diff options
| author | Lex Neva <github.com@lexneva.name> | 2019-03-29 20:24:24 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2019-03-29 20:24:24 -0400 |
| commit | 284ef6afcb5e4604260f94566f2881ec2d84fe71 (patch) | |
| tree | 20eb797ea6fb5641ba0a159ea47a6d7b9a2f3247 /lib | |
| parent | 513850c975368f0e323e3cfc173398081245127a (diff) | |
avoid parsing forward slashes in docstring
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/stitches/auto_fill.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
