File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1940,7 +1940,8 @@ are always available. They are listed here in alphabetical order.
1940
1940
single: string; str() (built-in function)
1941
1941
1942
1942
.. _func-str :
1943
- .. class :: str(object='')
1943
+ .. class :: str(*, encoding='utf-8', errors='strict')
1944
+ str(object)
1944
1945
str(object, encoding, errors='strict')
1945
1946
str(object, *, errors)
1946
1947
:noindex:
Original file line number Diff line number Diff line change @@ -1696,7 +1696,8 @@ multiple fragments.
1696
1696
.. index ::
1697
1697
single: string; str (built-in class)
1698
1698
1699
- .. class :: str(object='')
1699
+ .. class :: str(*, encoding='utf-8', errors='strict')
1700
+ str(object)
1700
1701
str(object, encoding, errors='strict')
1701
1702
str(object, *, errors)
1702
1703
You can’t perform that action at this time.
0 commit comments