diff options
-rw-r--r-- | docs/userguide/entry_point.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/entry_point.rst b/docs/userguide/entry_point.rst index 40b9ea42..ccc8491e 100644 --- a/docs/userguide/entry_point.rst +++ b/docs/userguide/entry_point.rst @@ -161,7 +161,7 @@ Then, we can add a GUI script entry point: hello-world = "timmins:hello_world" .. note:: - To be able to import `PySimpleGUI`, you need to add `pysimplegui` to your package dependencies. + To be able to import ``PySimpleGUI``, you need to add ``pysimplegui`` to your package dependencies. See :doc:`/userguide/dependency_management` for more information. Now, running: |