We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7453431 commit ce9be51Copy full SHA for ce9be51
1 file changed
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