Skip to content

Commit

Permalink
Update interpreter.py to make rst happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpalmieri authored Jun 26, 2023
1 parent fdb7bf8 commit 463e360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/repl/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def __repr__(self):
return self

def _latex_(self):
"""
r"""
EXAMPLES::
sage: from sage.repl.interpreter import logstr
sage: logstr("A")
Expand Down

0 comments on commit 463e360

Please sign in to comment.