From 284ef6afcb5e4604260f94566f2881ec2d84fe71 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Fri, 29 Mar 2019 20:24:24 -0400 Subject: avoid parsing forward slashes in docstring --- lib/stitches/auto_fill.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/stitches/auto_fill.py b/lib/stitches/auto_fill.py index 88a54f0b..917b09a8 100644 --- a/lib/stitches/auto_fill.py +++ b/lib/stitches/auto_fill.py @@ -281,7 +281,7 @@ def build_travel_graph(fill_stitch_graph, shape, fill_stitch_angle, underpath): def build_travel_edges(shape, fill_angle): - """Given a graph, compute the interior travel edges. + r"""Given a graph, compute the interior travel edges. We want to fill the shape with a grid of line segments that can be used for travel stitch routing. Our goals: -- cgit v1.2.3