Documentation updates.

This commit is contained in:
rowanc1
2014-01-24 09:55:24 -07:00
parent f8e6f61fe8
commit 57320fb2bc
5 changed files with 30 additions and 29 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ class BaseProblem(object):
@property
def data(self):
"""
The data object for this problem. Data
The data object for this problem.
"""
return getattr(self, '_data', None)