Skip to content

Commit

Permalink
Merge pull request #441 from nickvazz/patch-1
Browse files Browse the repository at this point in the history
Update core.rst `_global_sinks` path
  • Loading branch information
martindurant committed Dec 8, 2021
2 parents 7453431 + ce9be51 commit ab6c06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/core.rst
Expand Up @@ -297,7 +297,7 @@ stream have been lost those operations will no longer occur. The one counter
example to this is ``sink``, which is intended to be used with side effects and
will stick around even without a reference.

.. note:: Sink streams store themselves in ``streamz.core._global_sinks``. You
.. note:: Sink streams store themselves in ``streamz.sinks._global_sinks``. You
can remove them permanently by clearing that collection.

.. code-block:: python
Expand Down

0 comments on commit ab6c06a

Please sign in to comment.