Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
307ea6b7
"vscode:/vscode.git/clone" did not exist on "ec86f10038bdc266e9c0cf5ab4aa0236969bc7a2"
Commit
307ea6b7
authored
Apr 24, 2018
by
David Caron
Committed by
Jason Rhinelander
Apr 24, 2018
Browse files
Typo
parent
ed670055
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/faq.rst
docs/faq.rst
+1
-1
No files found.
docs/faq.rst
View file @
307ea6b7
...
...
@@ -116,7 +116,7 @@ following example:
.. code-block:: cpp
void init_ex
1
(py::module &m) {
void init_ex
2
(py::module &m) {
m.def("sub", [](int a, int b) { return a - b; });
}
...
...
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