Skip to content

Commit

Permalink
trac #16195: misc.latex.str_function: correct DocString
Browse files Browse the repository at this point in the history
  • Loading branch information
cheuberg committed Apr 21, 2014
1 parent f55df77 commit dbc722b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/misc/latex.py
Expand Up @@ -282,7 +282,7 @@ def str_function(x):
If ``x`` contains only digits with, possibly, a single decimal point and/or
a sign in front, it is considered to be its own representation. Otherwise
each line of ``x`` is wrapped in a ``\verb`` command and these lines are
each line of ``x`` is wrapped in a ``\texttt`` command and these lines are
assembled in a left-justified array. This gives to complicated strings the
closest look to their "terminal representation".
Expand Down

0 comments on commit dbc722b

Please sign in to comment.