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 8b5e802 commit 00556eeCopy full SHA for 00556ee
Doc/library/stdtypes.rst
@@ -1696,7 +1696,8 @@ multiple fragments.
1696
.. index::
1697
single: string; str (built-in class)
1698
1699
-.. class:: str(object='')
+.. class:: str(*, encoding='utf-8', errors='strict')
1700
+ str(object)
1701
str(object, encoding, errors='strict')
1702
str(object, *, errors)
1703
0 commit comments