Skip to content

Commit dedda22

Browse files
author
yangliz5
authored
Fix a typo in class.rst (#3648)
Fix a typo in class.rst
1 parent 9ec1128 commit dedda22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/classes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ that you are already familiar with the basics from :doc:`/classes`.
99
Overriding virtual functions in Python
1010
======================================
1111

12-
Suppose that a C++ class or interface has a virtual function that we'd like to
12+
Suppose that a C++ class or interface has a virtual function that we'd like
1313
to override from within Python (we'll focus on the class ``Animal``; ``Dog`` is
1414
given as a specific example of how one would do this with traditional C++
1515
code).

0 commit comments

Comments
 (0)