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 1295676 commit 24e74e0Copy full SHA for 24e74e0
fs/base.py
@@ -1409,7 +1409,7 @@ def writetext(
1409
path (str): Destination path on the filesystem.
1410
contents (str): Text to be written.
1411
encoding (str, optional): Encoding of destination file
1412
- (defaults to ``'ut-8'``).
+ (defaults to ``'utf-8'``).
1413
errors (str, optional): How encoding errors should be treated
1414
(same as `io.open`).
1415
newline (str): Newline parameter (same as `io.open`).
0 commit comments