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.
1 parent 8873e16 commit 37c2f33Copy full SHA for 37c2f33
src/scanpy/_settings/verbosity.py
@@ -69,7 +69,7 @@ def override(
69
70
>>> import scanpy as sc
71
>>> sc.settings.verbosity = sc.Verbosity.info
72
- >>> with sc.settings.verbosity.override(settings.verbosity.debug):
+ >>> with sc.settings.verbosity.override(sc.settings.verbosity.debug):
73
... sc.settings.verbosity
74
<Verbosity.debug: 4>
75
>>> sc.settings.verbosity
0 commit comments