Skip to content

Commit aa7885c

Browse files
authored
Rename notebook.auth.security.passwd->jupyter_server.auth.passwd in docs (#1306)
1 parent c1d689e commit aa7885c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/operators/public-server.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Preparing a hashed password
111111
~~~~~~~~~~~~~~~~~~~~~~~~~~~
112112

113113
You can prepare a hashed password manually, using the function
114-
:func:`notebook.auth.security.passwd`:
114+
:func:`jupyter_server.auth.passwd`:
115115

116116
.. code-block:: python
117117
@@ -123,7 +123,7 @@ You can prepare a hashed password manually, using the function
123123
124124
.. caution::
125125

126-
:func:`~notebook.auth.security.passwd` when called with no arguments
126+
:func:`~jupyter_server.auth.passwd` when called with no arguments
127127
will prompt you to enter and verify your password such as
128128
in the above code snippet. Although the function can also
129129
be passed a string as an argument such as ``passwd('mypassword')``, please

0 commit comments

Comments
 (0)