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
dedda228
Unverified
Commit
dedda228
authored
Jan 26, 2022
by
yangliz5
Committed by
GitHub
Jan 25, 2022
Browse files
Fix a typo in class.rst (#3648)
Fix a typo in class.rst
parent
9ec1128c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/advanced/classes.rst
docs/advanced/classes.rst
+1
-1
No files found.
docs/advanced/classes.rst
View file @
dedda228
...
@@ -9,7 +9,7 @@ that you are already familiar with the basics from :doc:`/classes`.
...
@@ -9,7 +9,7 @@ that you are already familiar with the basics from :doc:`/classes`.
Overriding virtual functions in Python
Overriding virtual functions in Python
======================================
======================================
Suppose that a C++ class or interface has a virtual function that we'd like
to
Suppose that a C++ class or interface has a virtual function that we'd like
to override from within Python (we'll focus on the class ``Animal``; ``Dog`` is
to override from within Python (we'll focus on the class ``Animal``; ``Dog`` is
given as a specific example of how one would do this with traditional C++
given as a specific example of how one would do this with traditional C++
code).
code).
...
...
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