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 9e1b382 commit 9d5d72fCopy full SHA for 9d5d72f
python/ipywidgets/ipywidgets/widgets/utils.py
@@ -12,7 +12,7 @@
12
# __init__ below, the appropriate stacklevel will change depending on how deep
13
# the inheritance hierarchy is.
14
def external_stacklevel(internal):
15
- """Find the first frame that doesn't any of the given internal strings
+ """Find the first frame that doesn't contain any of the given internal strings
16
17
The depth will be 2 at minimum in order to start checking at the caller of
18
the function that called this utility method.
0 commit comments