docs: remove bytearray from supported types list.
This commit is contained in:
parent
3f90030c1e
commit
1305420aa5
|
@ -341,15 +341,13 @@ The following built-in types may be used as parameters or return values in
|
||||||
remote procedure calls:
|
remote procedure calls:
|
||||||
|
|
||||||
* :class:`bool`
|
* :class:`bool`
|
||||||
* :class:`bytearray`
|
* :func:`bytes` (:class:`str` on Python 2.x)
|
||||||
* :func:`bytes`
|
|
||||||
* :class:`dict`
|
* :class:`dict`
|
||||||
* :class:`int`
|
* :class:`int`
|
||||||
* :func:`list`
|
* :func:`list`
|
||||||
* :class:`long`
|
* :class:`long`
|
||||||
* :class:`str`
|
|
||||||
* :func:`tuple`
|
* :func:`tuple`
|
||||||
* :func:`unicode`
|
* :func:`unicode` (:class:`str` on Python 3.x)
|
||||||
|
|
||||||
User-defined types may not be used, except for:
|
User-defined types may not be used, except for:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue