Skip to content

Commit 91277c8

Browse files
authored
fix invalid escape in format_units_latex docstring
1 parent c61a844 commit 91277c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantities/markup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def format_units_latex(udict,font='mathrm',mult=r'\\cdot',paren=False):
9999
'mathit', 'mathsf', and 'mathtt'.
100100
101101
Multiplication (*) are replaced with the symbol specified by the mult argument.
102-
By default this is the latex \cdot symbol. Other useful
102+
By default this is the latex \\cdot symbol. Other useful
103103
options may be '' or '*'.
104104
105105
If paren=True, encapsulate the string in '\left(' and '\right)'

0 commit comments

Comments
 (0)