Skip to content

Commit ab6c06a

Browse files
authored
Merge pull request #441 from nickvazz/patch-1
Update core.rst `_global_sinks` path
2 parents 7453431 + ce9be51 commit ab6c06a

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)