From 9ee79a2ec4c730b934eda1d1286afac3c59713ac Mon Sep 17 00:00:00 2001 From: Jonathan Slenders Date: Mon, 17 Nov 2025 13:59:26 +0000 Subject: [PATCH] Fix string escaping error in config example. --- examples/ptpython_config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ptpython_config/config.py b/examples/ptpython_config/config.py index 4efd5d9..fe8a9ae 100644 --- a/examples/ptpython_config/config.py +++ b/examples/ptpython_config/config.py @@ -1,4 +1,4 @@ -""" +r""" Configuration example for ``ptpython``. Copy this file to $XDG_CONFIG_HOME/ptpython/config.py