Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
cf006af2
Unverified
Commit
cf006af2
authored
Jul 10, 2021
by
Jan Iwaszkiewicz
Committed by
GitHub
Jul 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos and docs style (#3088)
* py::pickle typo * correct dots and parentheses
parent
bac5a0c3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docs/advanced/classes.rst
+1
-1
docs/faq.rst
+2
-2
No files found.
docs/advanced/classes.rst
View file @
cf006af2
...
@@ -804,7 +804,7 @@ to bind these two functions:
...
@@ -804,7 +804,7 @@ to bind these two functions:
}
}
));
));
The ``__setstate__`` part of the ``py::picke()`` definition follows the same
The ``__setstate__`` part of the ``py::pick
l
e()`` definition follows the same
rules as the single-argument version of ``py::init()``. The return type can be
rules as the single-argument version of ``py::init()``. The return type can be
a value, pointer or holder type. See :ref:`custom_constructors` for details.
a value, pointer or holder type. See :ref:`custom_constructors` for details.
...
...
docs/faq.rst
View file @
cf006af2
...
@@ -5,7 +5,7 @@ Frequently asked questions
...
@@ -5,7 +5,7 @@ Frequently asked questions
===========================================================
===========================================================
1. Make sure that the name specified in PYBIND11_MODULE is identical to the
1. Make sure that the name specified in PYBIND11_MODULE is identical to the
filename of the extension library (without suffixes such as
.so)
filename of the extension library (without suffixes such as
``.so``).
2. If the above did not fix the issue, you are likely using an incompatible
2. If the above did not fix the issue, you are likely using an incompatible
version of Python (for instance, the extension library was compiled against
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,7 +170,7 @@ complete independence of the symbols involved when not using
``-fvisibility=hidden``.
``-fvisibility=hidden``.
Additionally, ``-fvisibility=hidden`` can deliver considerably binary size
Additionally, ``-fvisibility=hidden`` can deliver considerably binary size
savings.
(See the following section for more details).
savings.
(See the following section for more details.)
.. _`faq:symhidden`:
.. _`faq:symhidden`:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment