From 321445d6684099cb32deae51d1a987972b9542d3 Mon Sep 17 00:00:00 2001 From: Bystroushaak Date: Tue, 4 Nov 2014 18:01:01 +0100 Subject: [PATCH] #3: Fixed bugs in docstrings. --- src/edeposit/amqp/ltp/settings.py | 2 +- src/edeposit/amqp/ltp/structures.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/edeposit/amqp/ltp/settings.py b/src/edeposit/amqp/ltp/settings.py index 4f7d165..f06f7b8 100755 --- a/src/edeposit/amqp/ltp/settings.py +++ b/src/edeposit/amqp/ltp/settings.py @@ -16,7 +16,7 @@ Example of the configuration file (``$HOME/edeposit/ltp.json``):: { - "USE_CLAMD": false + "EXPORT_DIR": "/somedir/somewhere" } Attributes diff --git a/src/edeposit/amqp/ltp/structures.py b/src/edeposit/amqp/ltp/structures.py index 8a4a666..816eb05 100755 --- a/src/edeposit/amqp/ltp/structures.py +++ b/src/edeposit/amqp/ltp/structures.py @@ -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