Commit c1b2b1a6 authored by YuanPei Li's avatar YuanPei Li Committed by GitHub

fix typo

Fix a difference between the name of function definition and calling.
parent 95a9c474
......@@ -28,7 +28,7 @@ with ``__init__.py`` as:
.. code-block:: python
def helloworld():
def hello_world():
print("Hello world")
and ``__main__.py`` providing a hook:
......
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