Skip to content

Commit d9157bb

Browse files
committed
Use zero-width space instead of joiner
1 parent 4f2b85b commit d9157bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/reference/lexical_analysis.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ with links to sections that contain more information.
7373
* * * question mark (``?``)
7474
* dollar (``$``)
7575
*
76-
.. (the following uses zero-width-joiner characters to render
76+
.. (the following uses zero-width space characters to render
7777
.. a literal backquote)
7878
79-
backquote (``‍`‍``)
79+
backquote (``​`​``)
8080
* control character
8181
* * Error (outside string literals and comments)
8282

0 commit comments

Comments
 (0)