Skip to content

Commit

Permalink
Fix error in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Aug 6, 2024
1 parent 941d094 commit 0284e84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/multicsv/subtextio.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ class allows for convenient and isolated operations within a given
- `tell() -> int`: Returns the current position in the buffer.
- `flush() -> None`: Writes the buffer content back to the base
TextIO object.
- `close() -> None`: Flushes the buffer and closes the base TextIO
object.
- `close() -> None`: Flushes the buffer and closes this IO object.
- Context Management Support: Allows for usage with `with`
statement for automatic resource management.
Expand Down

0 comments on commit 0284e84

Please sign in to comment.