Skip to content

Commit ce9be51

Browse files
authored
Update core.rst
Looks like `_global_sinks` was moved here
1 parent 7453431 commit ce9be51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/core.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ stream have been lost those operations will no longer occur. The one counter
297297
example to this is ``sink``, which is intended to be used with side effects and
298298
will stick around even without a reference.
299299

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

303303
.. code-block:: python

0 commit comments

Comments
 (0)