Skip to content

Commit

Permalink
Merge pull request #36 from zero323/parser-docstring
Browse files Browse the repository at this point in the history
Fix schema_parser.parser docstring
  • Loading branch information
skliarpawlo authored Jan 31, 2017
2 parents 99ef604 + c586f67 commit b1720f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparkly/schema_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def parse(schema):
"""Converts string to Sparke schema definition.
Usages:
>>> parse('struct[a:struct[a:string]]').simpleString()
>>> parse('a:struct[a:struct[a:string]]').simpleString()
'struct<a:struct<a:string>>'
Args:
Expand Down

0 comments on commit b1720f9

Please sign in to comment.