Skip to content

Commit

Permalink
Adjust docstring language
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed May 31, 2017
1 parent baa5ccf commit 3ed678d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ipywidgets/widgets/embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ def dependency_state(widgets, drop_defaults=True):
- Find widget references in nested list/dict structures
- Find widget references in other types of attributes
Note that this searches the state of the widget for references, so if
the a widget reference is not included in the serialized state, it won't
be counted as a dependency.
Note that this searches the state of the widgets for references, so if
a widget reference is not included in the serialized state, it won't
be considered as a dependency.
"""
# collect the state of all relevant widgets
if widgets is None:
Expand Down

0 comments on commit 3ed678d

Please sign in to comment.