mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
asciidoc: Really fix the "invalid escape sequence" issue
I was confused by the ' and " characters...
This commit is contained in:
parent
9ef2bd487f
commit
8ef3f050af
@ -91,7 +91,7 @@
|
|||||||
packages with Asciidoc and Python 3.12 or later:
|
packages with Asciidoc and Python 3.12 or later:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen><userinput>sed "/self.separator =/s/'/r'/" -i asciidoc/asciidoc.py</userinput></screen>
|
<screen><userinput>sed '/self.separator =/s/"/r"/' -i asciidoc/asciidoc.py</userinput></screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Build the module:
|
Build the module:
|
||||||
|
Loading…
Reference in New Issue
Block a user