From ee51751215d96bfd398917cb33c07c56c86e5082 Mon Sep 17 00:00:00 2001 From: Kun CHEN Date: Mon, 5 Jun 2023 16:41:41 +0800 Subject: [PATCH] Fix `NetStation` import in doc example --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 776bf87..489b903 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -53,7 +53,7 @@ You will always need to execute commands in the following order: .. code-block:: python - from egi_pynetstation import NetStation + from egi_pynetstation.NetStation import NetStation # Set an IP address for the computer running NetStation as an IPv4 string IP_ns = '10.10.10.42' # Set a port that NetStation will be listening to as an integer