diff --git a/docs/user/install-deps.rst b/docs/user/install-deps.rst index 461a1d3..a3b71e2 100755 --- a/docs/user/install-deps.rst +++ b/docs/user/install-deps.rst @@ -43,8 +43,8 @@ For Ubuntu/MacOS:: For Windows:: - >>> from ctypes.util import find_library - >>> find_library("".join(("gsdll", str(ctypes.sizeof(ctypes.c_voidp) * 8), ".dll")) + >>> import ctypes + >>> find_library("".join(("gsdll", str(ctypes.sizeof(ctypes.c_voidp) * 8), ".dll"))) **Check:** The output of the ``find_library`` function should not be empty.