Skip to content

Commit

Permalink
another typo (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r authored and wjakob committed Jun 10, 2019
1 parent 9424d5d commit 492da59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Here is an example:

.. code-block:: python
class Dachschund(Dog):
class Dachshund(Dog):
def __init__(self, name):
Dog.__init__(self) # Without this, undefined behavior may occur if the C++ portions are referenced.
self.name = name
Expand Down

0 comments on commit 492da59

Please sign in to comment.