File tree 2 files changed +3
-3
lines changed
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:
804
804
}
805
805
));
806
806
807
- The ``__setstate__ `` part of the ``py::picke () `` definition follows the same
807
+ The ``__setstate__ `` part of the ``py::pickle () `` definition follows the same
808
808
rules as the single-argument version of ``py::init() ``. The return type can be
809
809
a value, pointer or holder type. See :ref: `custom_constructors ` for details.
810
810
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Frequently asked questions
5
5
===========================================================
6
6
7
7
1. 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 ``).
9
9
10
10
2. If the above did not fix the issue, you are likely using an incompatible
11
11
version of Python (for instance, the extension library was compiled against
@@ -170,7 +170,7 @@ complete independence of the symbols involved when not using
170
170
``-fvisibility=hidden ``.
171
171
172
172
Additionally, ``-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.)
174
174
175
175
176
176
.. _`faq:symhidden` :
You can’t perform that action at this time.
0 commit comments