Skip to content

Commit 37c2f33

Browse files
committed
fix test
1 parent 8873e16 commit 37c2f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scanpy/_settings/verbosity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def override(
6969
7070
>>> import scanpy as sc
7171
>>> sc.settings.verbosity = sc.Verbosity.info
72-
>>> with sc.settings.verbosity.override(settings.verbosity.debug):
72+
>>> with sc.settings.verbosity.override(sc.settings.verbosity.debug):
7373
... sc.settings.verbosity
7474
<Verbosity.debug: 4>
7575
>>> sc.settings.verbosity

0 commit comments

Comments
 (0)