Skip to content

Commit

Permalink
#3: Fixed bugs in docstrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bystroushaak committed Nov 4, 2014
1 parent 282065b commit 321445d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/edeposit/amqp/ltp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Example of the configuration file (``$HOME/edeposit/ltp.json``)::
{
"USE_CLAMD": false
"EXPORT_DIR": "/somedir/somewhere"
}
Attributes
Expand Down
2 changes: 1 addition & 1 deletion src/edeposit/amqp/ltp/structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class TrackingRequest(namedtuple("TrackingRequest", ["book_uuid"])):
Ask for state of the export request.
Attributes:
book_uuid (str): UUID of the book you wan't to track.
book_uuid (str): UUID of the book you want to track.
"""
pass

Expand Down

0 comments on commit 321445d

Please sign in to comment.