From 4cd0b0d87d31f8d17f3a97bd9800b46663a3039d Mon Sep 17 00:00:00 2001 From: Mark Elliot <123787712+mark-thm@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:24:13 -0400 Subject: [PATCH] Escape `\` in subset docs --- Lib/fontTools/subset/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontTools/subset/__init__.py b/Lib/fontTools/subset/__init__.py index 5a1af9a6c..99556d49e 100644 --- a/Lib/fontTools/subset/__init__.py +++ b/Lib/fontTools/subset/__init__.py @@ -123,7 +123,7 @@ Other options For the other options listed below, to see the current value of the option, pass a value of '?' to it, with or without a '='. In some environments, -you might need to escape the question mark, like this: '--glyph-names\?'. +you might need to escape the question mark, like this: '--glyph-names\\?'. Examples::