asciidoc: Really fix the "invalid escape sequence" issue

I was confused by the ' and " characters...
This commit is contained in:
Xi Ruoyao 2023-11-03 15:18:43 +08:00
parent 9ef2bd487f
commit 8ef3f050af
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -91,7 +91,7 @@
packages with Asciidoc and Python 3.12 or later:
</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>
Build the module: