commit | 1ad2227d3c47525b00959b60552667390c02ec22 | [log] [tgz] |
---|---|---|
author | Patrik Huber <patrikhuber@users.noreply.github.com> | Mon Sep 04 22:00:19 2017 +0100 |
committer | Dean Moldovan <dean0x7d@gmail.com> | Mon Sep 04 23:00:19 2017 +0200 |
tree | d51561cb825908416f86d6346381419c3b072956 | |
parent | b490b44e34f57433e562a2f8f7de6202f30a017a [diff] [blame] |
Fixed typo in docs [skip ci]
diff --git a/docs/advanced/classes.rst b/docs/advanced/classes.rst index be4bc2e..c0a9cfa 100644 --- a/docs/advanced/classes.rst +++ b/docs/advanced/classes.rst
@@ -711,7 +711,7 @@ int m_extra = 0; }; -Pickling support in Python is enable by defining the ``__setstate__`` and +Pickling support in Python is enabled by defining the ``__setstate__`` and ``__getstate__`` methods [#f3]_. For pybind11 classes, use ``py::pickle()`` to bind these two functions: