Commit 492da592 by Manuel Schneider Committed by Wenzel Jakob

another typo (#1675)

parent 9424d5d2
...@@ -153,7 +153,7 @@ Here is an example: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment