10000
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.
1 parent 96590be commit fbc81f1Copy full SHA for fbc81f1
README.md
@@ -110,7 +110,7 @@ written correctly.
110
- [Raising Exceptions](src/exceptions/test_raise_exceptions.py) (`raise` statement)
111
9. **Files**
112
- [Reading and Writing](src/files/test_file_reading.py) (`with` statement)
113
- - [Methods of File Objects](src/files/test_file_methdos.py)
+ - [Methods of File Objects](src/files/test_file_methods.py)
114
10. **Additions**
115
- [The `pass` statement](src/additions/test_pass.py)
116
- [Generators](src/additions/test_generators.py) (`yield` statement)
src/files/test_file_methdos.py renamed to src/files/test_file_methods.py
0 commit comments