another typo (#1675)

This commit is contained in:
Manuel Schneider 2019-06-10 22:02:58 +02:00 committed by Wenzel Jakob
parent 9424d5d277
commit 492da592c2

View File

@ -153,7 +153,7 @@ Here is an example:
.. code-block:: python .. code-block:: python
class Dachschund(Dog): class Dachshund(Dog):
def __init__(self, name): def __init__(self, name):
Dog.__init__(self) # Without this, undefined behavior may occur if the C++ portions are referenced. Dog.__init__(self) # Without this, undefined behavior may occur if the C++ portions are referenced.
self.name = name self.name = name