Skip to content

Commit 9cd8e74

Browse files
committed
Merge branch 'master' into smart_holder
2 parents 3c18533 + cf006af commit 9cd8e74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/advanced/classes.rst

+1-1
Original file line numberDiff line numberDiff 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
808808
rules as the single-argument version of ``py::init()``. The return type can be
809809
a value, pointer or holder type. See :ref:`custom_constructors` for details.
810810

docs/faq.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Frequently asked questions
55
===========================================================
66

77
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``).
99

1010
2. If the above did not fix the issue, you are likely using an incompatible
1111
version 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

172172
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.)
174174

175175

176176
.. _`faq:symhidden`:

0 commit comments

Comments
 (0)