context is keyword-only

This commit is contained in:
Benjamin Peterson 2014-11-29 23:38:17 -05:00
parent c1da3d1ed8
commit b7138e24e3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ between conformable Python objects and XML on the wire.
.. class:: ServerProxy(uri, transport=None, encoding=None, verbose=False, \
allow_none=False, use_datetime=False, \
use_builtin_types=False, context=None)
use_builtin_types=False, *, context=None)
.. versionchanged:: 3.3
The *use_builtin_types* flag was added.