Skip to content

Commit

Permalink
Fix typo in docstring of FS.writetext (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Sep 19, 2020
2 parents 3e02968 + 24e74e0 commit edce92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ def writetext(
path (str): Destination path on the filesystem.
contents (str): Text to be written.
encoding (str, optional): Encoding of destination file
(defaults to ``'ut-8'``).
(defaults to ``'utf-8'``).
errors (str, optional): How encoding errors should be treated
(same as `io.open`).
newline (str): Newline parameter (same as `io.open`).
Expand Down

0 comments on commit edce92d

Please sign in to comment.