Skip to content

Commit

Permalink
Merge pull request #2525 from jtr109/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
jaraco committed Jan 9, 2021
2 parents fe05410 + 6a0c93b commit 3703869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/2525.doc.rst
@@ -0,0 +1 @@
Fix typo in the document page about entry point. -- by :user:`jtr109`
2 changes: 1 addition & 1 deletion docs/userguide/entry_point.rst
Expand Up @@ -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:
Expand Down

0 comments on commit 3703869

Please sign in to comment.