Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
492da592
"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "dc0b4bd2c93c6a58002ca9c0b0b36b07006cf7d3"
Commit
492da592
authored
Jun 10, 2019
by
Manuel Schneider
Committed by
Wenzel Jakob
Jun 10, 2019
Browse files
another typo (#1675)
parent
9424d5d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/advanced/classes.rst
docs/advanced/classes.rst
+1
-1
No files found.
docs/advanced/classes.rst
View file @
492da592
...
@@ -153,7 +153,7 @@ Here is an example:
...
@@ -153,7 +153,7 @@ Here is an example:
.. code-block:: python
.. code-block:: python
class Dachs
c
hund(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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment