Skip to content

Commit b3e47ed

Browse files
committed
Make codespell happy
1 parent 4ec1daa commit b3e47ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/prometheus/metrics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
notebook_version_info is not None # No notebook package found
2020
and notebook_version_info < (7,) # Notebook package found, is version 6
2121
# Notebook package found, but its version is the same as jupyter_server
22-
# version. This means some package (lookin at you, nbclassic) has shimmed
22+
# version. This means some package (looking at you, nbclassic) has shimmed
2323
# the notebook package to instead be imports from the jupyter_server package.
2424
# In such cases, notebook.prometheus.metrics is actually *this file*, so
2525
# trying to import it will cause a circular import. So we don't.

0 commit comments

Comments
 (0)