Skip to content

Commit ea542a6

Browse files
author
Benedikt Schmitt
committed
*updated* README
1 parent 1023d67 commit ea542a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ file lock in Python, which provides a simple way of inter-process communication:
1818
with lock:
1919
open("high_ground.txt", "a").write("You were the chosen one.")
2020
21-
**Don't use** a *FileLock* to lock the file you want to write too, instead create a separate
21+
**Don't use** a *FileLock* to lock the file you want to write to, instead create a separate
2222
*.lock* file as shown above.
2323

2424
.. image:: https://raw.githubusercontent.com/benediktschmitt/py-filelock/master/example/example.gif

filelock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"FileLock"
7272
]
7373

74-
__version__ = "3.0.3"
74+
__version__ = "3.0.4"
7575

7676

7777
_logger = None

0 commit comments

Comments
 (0)