Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8df4e6b

Browse files
committed
Fix punctuation typo.
1 parent 2864b80 commit 8df4e6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libdecimal.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ \subsection{Decimal objects \label{decimal-decimal}}
371371
\constant{Decimal("0e0")}. Used for producing canonical values for members
372372
of an equivalence class. For example, \code{Decimal("32.100")} and
373373
\code{Decimal("0.321000e+2")} both normalize to the equivalent value
374-
\code{Decimal("32.1")},
374+
\code{Decimal("32.1")}.
375375
\end{methoddesc}
376376

377377
\begin{methoddesc}{quantize}

0 commit comments

Comments
 (0)