Description: Fix syntax warning
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Bug-Debian: https://bugs.debian.org/1085836
Last-Update: 2025-01-02

--- python-aafigure-0.6.orig/aafigure/aafigure.py
+++ python-aafigure-0.6/aafigure/aafigure.py
@@ -792,7 +792,7 @@ class AsciiArtImage:
             return []
 
     def _follow_rounded_edge(self, x, y):
-        """\
+        r"""\
         Check for rounded edges:
             /-    |     -\-    |   and also \    /  etc.
             |    -/      |     \-            -  |
