File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -804,7 +804,7 @@ to bind these two functions:
804804 }
805805 ));
806806
807- The ``__setstate__ `` part of the ``py::picke () `` definition follows the same
807+ The ``__setstate__ `` part of the ``py::pickle () `` definition follows the same
808808rules as the single-argument version of ``py::init() ``. The return type can be
809809a value, pointer or holder type. See :ref: `custom_constructors ` for details.
810810
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Frequently asked questions
55===========================================================
66
771. Make sure that the name specified in PYBIND11_MODULE is identical to the
8- filename of the extension library (without suffixes such as .so)
8+ filename of the extension library (without suffixes such as `` .so ``).
99
10102. If the above did not fix the issue, you are likely using an incompatible
1111version of Python (for instance, the extension library was compiled against
@@ -170,7 +170,7 @@ complete independence of the symbols involved when not using
170170``-fvisibility=hidden ``.
171171
172172Additionally, ``-fvisibility=hidden `` can deliver considerably binary size
173- savings. (See the following section for more details).
173+ savings. (See the following section for more details.)
174174
175175
176176.. _`faq:symhidden` :
You can’t perform that action at this time.
0 commit comments