Skip to content

Commit 9d5d72f

Browse files
jasongroutvidartf
andauthored
Fix typo
Co-authored-by: Vidar Tonaas Fauske <[email protected]>
1 parent 9e1b382 commit 9d5d72f

File tree

1 file changed

+1
-1
lines changed
  • python/ipywidgets/ipywidgets/widgets

1 file changed

+1
-1
lines changed

python/ipywidgets/ipywidgets/widgets/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# __init__ below, the appropriate stacklevel will change depending on how deep
1313
# the inheritance hierarchy is.
1414
def external_stacklevel(internal):
15-
"""Find the first frame that doesn't any of the given internal strings
15+
"""Find the first frame that doesn't contain any of the given internal strings
1616
1717
The depth will be 2 at minimum in order to start checking at the caller of
1818
the function that called this utility method.

0 commit comments

Comments
 (0)