diff --git a/docs/source/how-to/file-backed-catalog.rst b/docs/source/how-to/file-backed-catalog.rst index 3b14f6aa9..1263391dd 100644 --- a/docs/source/how-to/file-backed-catalog.rst +++ b/docs/source/how-to/file-backed-catalog.rst @@ -32,7 +32,7 @@ especially large) there. .. code:: python - from databroker import temp + from databroker.v2 import temp catalog = temp() # That's it!