Skip to content

Commit

Permalink
docs: fix simple typo, retrieveing -> retrieving
Browse files Browse the repository at this point in the history
There is a small typo in svg/symbolic-icons-extract.py.

Should read `retrieving` rather than `retrieveing`.
  • Loading branch information
timgates42 committed Dec 31, 2020
1 parent fdbfd86 commit 89cca8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svg/symbolic-icons-extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(self, **kwargs):


def get_by_attrib(parent, pred):
"""Utility function for retrieveing child elements by attribute predicates
"""Utility function for retrieving child elements by attribute predicates
"""
return [c for c in parent.getchildren() if pred(c.attrib)]

Expand Down

0 comments on commit 89cca8c

Please sign in to comment.