Adding params to the docstrings.

This commit is contained in:
Simon Forman
2018-04-30 10:16:04 -07:00
parent 04e8f70dd2
commit dbb1fcf4a2
4 changed files with 104 additions and 43 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ def text_to_expression(text):
Any unbalanced square brackets will raise a ParseError.
:param str text: Text to convert.
:rtype: quote
:rtype: stack
:raises ParseError: if the parse fails.
'''
return _parse(_tokenize(text))