Skip to content

Commit

Permalink
Trac #16195: misc.latex.str_function: correct DocString
Browse files Browse the repository at this point in the history
Replace {{{\verb}}} by {{{\texttt}}} in the docstring to mirror the
change in the code introduced in #14382.

URL: http://trac.sagemath.org/16195
Reported by: cheuberg
Ticket author(s): Clemens Heuberger
Reviewer(s): John Palmieri
  • Loading branch information
Release Manager authored and vbraun committed Apr 22, 2014
2 parents cb32ccf + dbc722b commit 33c26de
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 33c26de

Please sign in to comment.