Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/operators/public-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Preparing a hashed password
~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

.. code-block:: python

Expand All @@ -123,7 +123,7 @@ You can prepare a hashed password manually, using the function

.. caution::

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