Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mplexporter/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def get_axes_properties(ax):

def iter_all_children(obj, skipContainers=False):
"""
Returns an iterator over all childen and nested children using
Returns an iterator over all children and nested children using
obj's get_children() method

if skipContainers is true, only childless objects are returned.
Expand Down