summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2013-08-26 20:15:37 -0500
committerSkip Montanaro <skip@pobox.com>2013-08-26 20:15:37 -0500
commit17095cf6ae749ab9e85189b3ca8812206d1bdc1d (patch)
tree7252c65aaaf6882971ac4a80fa2f95322aed4720
parent45109c0430b99606a080e49debe47b77248f7a53 (diff)
downloadlockfile-17095cf6ae749ab9e85189b3ca8812206d1bdc1d.tar.gz
typo
-rw-r--r--doc/lockfile.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lockfile.rst b/doc/lockfile.rst
index c213cc6..f20d8aa 100644
--- a/doc/lockfile.rst
+++ b/doc/lockfile.rst
@@ -229,7 +229,7 @@ This example is the "hello world" for the :mod:`lockfile` package::
To use this with Python 2.4, you can execute::
- frm lockfile import LockFile
+ from lockfile import LockFile
lock = LockFile("/some/file/or/other")
lock.acquire()
print lock.path, 'is locked.'