Skip to content

Commit

Permalink
Tweaking the documentation strings
Browse files Browse the repository at this point in the history
  • Loading branch information
dkfellows committed Jun 19, 2018
1 parent aa4e191 commit 6dc9cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spinn_machine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""A python abstraction of a SpiNNaker Machine. The main functionality is\
""" An abstraction of a SpiNNaker Machine. The main functionality is\
provided by :py:class:`spinn_machine.Machine`.
Functional Requirements
Expand Down
2 changes: 1 addition & 1 deletion spinn_machine/chip.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def __iter__(self):
return iteritems(self._p)

def __len__(self):
"""Get the number of processors associated with this chip.
""" The number of processors associated with this chip.
:return: The number of items in the underlying iterator.
:rtype: int
Expand Down

0 comments on commit 6dc9cba

Please sign in to comment.