Skip to content

Commit 0fc1f58

Browse files
authored
Merge pull request #97 from Sukonnik-Illia/patch-1
Fix typo in README.md
2 parents 3dabfa8 + 1a3e722 commit 0fc1f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ not via with statement.
125125
```python
126126
@contextlib.contextmanager
127127
def get_file_sync():
128-
obj = MockFiel()
128+
obj = MockFile()
129129
yield obj
130130
obj.destroy()
131131

0 commit comments

Comments
 (0)