Skip to content

Commit 8ca7af6

Browse files
authored
fix some invalid sequence errors (#1471)
Two small issues with escape `$`
1 parent 249d5ea commit 8ca7af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mathics/builtin/atomic/strings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ class CharacterEncoding(Predefined):
268268
"""
269269
<url>
270270
:WMA link:
271-
https://reference.wolfram.com/language/ref/\$CharacterEncoding.html</url>
271+
https://reference.wolfram.com/language/ref/\\$CharacterEncoding.html</url>
272272
273273
<dl>
274274
<dt>'\\$CharacterEncoding'
@@ -325,7 +325,7 @@ def eval_set(self, value, evaluation):
325325

326326

327327
class CharacterEncodings(Predefined):
328-
"""
328+
r"""
329329
<url>
330330
:WMA link:
331331
https://reference.wolfram.com/language/ref/\$CharacterEncodings.html</url>

0 commit comments

Comments
 (0)