summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2014-09-17 19:09:49 +0200
committerJulien Danjou <julien@danjou.info>2014-09-17 19:09:49 +0200
commit265183145e7d1b3e3e25f91e6c905f3cab6841b6 (patch)
treea330ea5f98ece14d7a612772be9b4b003c630ef9
parent75f9179de876b73b77f1db735531feffe3a2af5c (diff)
downloadlockfile-265183145e7d1b3e3e25f91e6c905f3cab6841b6.tar.gz
Fix documentation bug report address0.10.0
Change-Id: I28e119f8264c56b46e364836f2fcbf72e0f91a7f
-rw-r--r--doc/source/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 2ed17dc..f76173d 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -234,7 +234,7 @@ To use this with Python 2.4, you can execute::
print lock.path, 'is locked.'
lock.release()
-If you don't want to wait forever, you might try::
+If you don't want to wait forever, you might try::
from lockfile import LockFile
lock = LockFile("/some/file/or/other")
@@ -272,4 +272,4 @@ Contacting the Author
---------------------
If you encounter any problems with ``lockfile``, would like help or want to
-submit a patch, contact me directly: Skip Montanaro (skip@pobox.com).
+submit a patch, check http://launchpad.net/pylockfile