diff options
| -rw-r--r-- | changelog.d/2525.doc.rst | 1 | ||||
| -rw-r--r-- | docs/userguide/entry_point.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/2525.doc.rst b/changelog.d/2525.doc.rst new file mode 100644 index 00000000..5d7ad5d3 --- /dev/null +++ b/changelog.d/2525.doc.rst @@ -0,0 +1 @@ +Fix typo in the document page about entry point. -- by :user:`jtr109` diff --git a/docs/userguide/entry_point.rst b/docs/userguide/entry_point.rst index edab4465..73820728 100644 --- a/docs/userguide/entry_point.rst +++ b/docs/userguide/entry_point.rst @@ -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: |
