Skip to content

Commit cc83c39

Browse files
authored
Update fake_file.py
fix comment typo
1 parent 5464b19 commit cc83c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyfakefs/fake_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ def readable(self) -> bool:
999999
return self.open_modes.can_read
10001000

10011001
def writable(self) -> bool:
1002-
"""Returns the readable state of the file."""
1002+
"""Returns the writable state of the file."""
10031003
return self.open_modes.can_write
10041004

10051005
def _sync_io(self) -> None:

0 commit comments

Comments
 (0)