diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 3b5021da..db8d0118 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -12,6 +12,8 @@ The following built-in types may be used as parameters or return values in remote procedure calls: * bool +* bytearray +* bytes * dict * int * list diff --git a/docs/toc.rst b/docs/toc.rst index ac62ee4a..b0f41960 100644 --- a/docs/toc.rst +++ b/docs/toc.rst @@ -7,8 +7,8 @@ Table Of Contents index howitworks - examples getting_started api + examples internals shame