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.
FS.writetext
2 parents 3e02968 + 24e74e0 commit edce92dCopy full SHA for edce92d
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