Skip to content

Commit d453445

Browse files
author
Brian Welch
committed
Remove extra newline from expression basics doc page
1 parent 1fa938c commit d453445

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/user_guide/expression_basics.rst

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ As we saw in the above example, we caused an error from the ``tt.errors.grammar`
122122
<class 'tt.errors.grammar.ExpressionOrderError'>
123123
True
124124

125-
126125
:exc:`GrammarError <tt.errors.grammar.GrammarError>` is a unique type of exception in tt, as it provides attributes for accessing the specific position in the expression string that caused an error. This is best illustrated with an example::
127126

128127
>>> try:

0 commit comments

Comments
 (0)