We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7453431 + ce9be51 commit ab6c06aCopy full SHA for ab6c06a
docs/source/core.rst
@@ -297,7 +297,7 @@ stream have been lost those operations will no longer occur. The one counter
297
example to this is ``sink``, which is intended to be used with side effects and
298
will stick around even without a reference.
299
300
-.. note:: Sink streams store themselves in ``streamz.core._global_sinks``. You
+.. note:: Sink streams store themselves in ``streamz.sinks._global_sinks``. You
301
can remove them permanently by clearing that collection.
302
303
.. code-block:: python
0 commit comments