We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea542a6 + 5149783 commit dfe8c4bCopy full SHA for dfe8c4b
README.rst
@@ -96,7 +96,7 @@ successive lock requests:
96
97
def cite1():
98
with lock:
99
- open(file_path, "a").write("I hat it when he does that.")
+ open(file_path, "a").write("I hate it when he does that.")
100
101
def cite2():
102
filelock.py
@@ -71,7 +71,7 @@
71
"FileLock"
72
]
73
74
-__version__ = "3.0.4"
+__version__ = "3.0.5"
75
76
77
_logger = None
0 commit comments