Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b7138e2

Browse files
committed
context is keyword-only
1 parent c1da3d1 commit b7138e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/xmlrpc.client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ between conformable Python objects and XML on the wire.
3434

3535
.. class:: ServerProxy(uri, transport=None, encoding=None, verbose=False, \
3636
allow_none=False, use_datetime=False, \
37-
use_builtin_types=False, context=None)
37+
use_builtin_types=False, *, context=None)
3838
3939
.. versionchanged:: 3.3
4040
The *use_builtin_types* flag was added.

0 commit comments

Comments
 (0)