Skip to content

Commit

Permalink
Small doc fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed Mar 21, 2016
1 parent d2678c3 commit 0e5dd9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/datreant/core/agglimbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def __len__(self):

@property
def any(self):
"""Get Categories present among at least one Treant in collection.
"""Get categories present among at least one Treant in collection.
Returns
-------
Expand All @@ -339,7 +339,7 @@ def any(self):

@property
def all(self):
"""Get Categories common to all Treants in collection.
"""Get categories common to all Treants in collection.
Returns
-------
Expand Down

0 comments on commit 0e5dd9e

Please sign in to comment.