changeset 702:58dc57bed012

Typo in docs
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 13 Aug 2023 16:14:39 +0200
parents de041ec028d7
children 193a616e0b3c
files configmix/config.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configmix/config.py	Wed Jun 14 09:20:11 2023 +0200
+++ b/configmix/config.py	Sun Aug 13 16:14:39 2023 +0200
@@ -275,7 +275,7 @@
 def py_quote(s):
     """Replace important special characters in string `s` by replacing
     them with ``%xNN`` where `NN` are the two hexadecimal digits of the
-    characters unicode codepoint value.
+    character's unicode codepoint value.
 
     Handled are the important special chars: ``%``, ``.``, ``:``,
     ``#``; ``'``, ``"``, ``|``, ``{``, ``}``, ``[`` and ``]``.