提交 c556075d authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Cosmetic change

上级 127dca84
...@@ -168,9 +168,10 @@ This is just like the previous example except slightly fancier. ...@@ -168,9 +168,10 @@ This is just like the previous example except slightly fancier.
.. warning:: .. warning::
Do not forget to call the constructor of the parent class! (the Do not forget to call the constructor of the parent class!
call to ``super().__init__`` in the previous code block) If you (That's the call to ``super().__init__`` in the previous code block.)
forget it, you'll get strange behavior :(
If you forget it, you'll get strange behavior :(
Extending your Module with Python methods Extending your Module with Python methods
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论