Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Tweaking the documentation strings
Browse files Browse the repository at this point in the history
  • Loading branch information
dkfellows committed Jun 22, 2018
1 parent c528cb4 commit 7dc1c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spalloc_server/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ def list_jobs(self):
Returns
-------
jobs : [:py:class`.JobTuple`, ...]
jobs : [:py:class:`.JobTuple`, ...]
A list of allocated/queued jobs in order of creation from oldest
(first) to newest (last).
"""
Expand Down
2 changes: 1 addition & 1 deletion spalloc_server/coordinates.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def triad_dimensions_to_chips(w, h, torus):
----------
w, h : int
Dimensions of the system in triads.
torus : :py:class`.WrapAround`
torus : :py:class:`.WrapAround`
What wrap-around connections are present?
Returns
Expand Down

0 comments on commit 7dc1c9f

Please sign in to comment.