changeset 274:77cfab93a60e

FIX: Example when escaping string delimiters
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 20 May 2026 09:51:29 +0200
parents 69a5868b30fd
children f365d9d2c0ad
files docs/lexer-algpseudocode.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/lexer-algpseudocode.rst	Tue May 19 23:27:26 2026 +0200
+++ b/docs/lexer-algpseudocode.rst	Wed May 20 09:51:29 2026 +0200
@@ -192,7 +192,7 @@
 
 To have non-string-delimiting single- and double-quotes in the output you
 have to escape them using ``\'`` or ``\"``.
-This must be used to typeset something as :algpseudocode:`f\\'(x) = 0`.
+This must be used to typeset something as :algpseudocode:`f\'(x) = 0`.
 
 .. code-block:: algpseudocode