We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec1128 commit dedda22Copy full SHA for dedda22
docs/advanced/classes.rst
@@ -9,7 +9,7 @@ that you are already familiar with the basics from :doc:`/classes`.
9
Overriding virtual functions in Python
10
======================================
11
12
-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
13
to override from within Python (we'll focus on the class ``Animal``; ``Dog`` is
14
given as a specific example of how one would do this with traditional C++
15
code).
0 commit comments