Skip to content

Commit

Permalink
+ Fixed mispelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Genarito committed Jul 7, 2021
1 parent cf2911e commit 8fed237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gura/GuraParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ def loads(text: str) -> Dict:

def dumps(data: Dict) -> str:
"""
Generates a Gura string from a dictionary (aka. stringify)
Generates a Gura string from a dictionary (aka. Stringify)
:param data: Dictionary data to stringify
:return: String with the data in Gura format
"""
Expand Down

0 comments on commit 8fed237

Please sign in to comment.