Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
fix result of doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
behackl committed Feb 17, 2016
1 parent a0ad83f commit 4e1ce41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/rings/asymptotic/asymptotic_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -1071,8 +1071,8 @@ def show(self):
sage: A.<x> = AsymptoticRing('(e^x)^QQ * x^QQ', SR.subring(no_variables=True))
sage: (zeta(3) * (e^x)^(-1/2) * x^42).show()
<html><script type="math/tex">\newcommand{\Bold}[1]{\mathbf{#1}}
\zeta(3) \left(e^{x}\right)^{-\frac{1}{2}} x^{42}</script></html>
<html><script type="math/tex">\newcommand{\Bold}[1]{\mathbf{#1}}\zeta(3)
\left(e^{x}\right)^{-\frac{1}{2}} x^{42}</script></html>
"""
from sage.repl.rich_output.pretty_print import pretty_print
pretty_print(self)
Expand Down

0 comments on commit 4e1ce41

Please sign in to comment.