summaryrefslogtreecommitdiff
path: root/docs/getting_started.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting_started.rst')
-rw-r--r--docs/getting_started.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index 12056c5..21f6f7f 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -341,13 +341,13 @@ The following built-in types may be used as parameters or return values in
remote procedure calls:
* :class:`bool`
-* :func:`bytes` (:class:`str` on Python 2.x)
+* :class:`bytes` (:class:`str` on Python 2.x)
* :class:`dict`
* :class:`int`
-* :func:`list`
+* :class:`list`
* :class:`long`
-* :func:`tuple`
-* :func:`unicode` (:class:`str` on Python 3.x)
+* :class:`str` (:class:`unicode` on Python 2.x)
+* :class:`tuple`
User-defined types may not be used, except for: