Commit ad71fbc7 authored by Jonathan E's avatar Jonathan E Committed by GitHub

Fix code typo in entry_point.rst

In __init__.py the function helloworld() was defined, but everywhere else, hello_world() is called. Rename this function so that it is consistent with the naming in the rest of the file.
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