Skip to content

Commit

Permalink
Fix misaligned indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
djordon committed Jul 5, 2017
1 parent 1196cf8 commit c268e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This package implements two main methods:

1. A method that approximates a polygon by a rectilinear polygon.

This is guaranteed to cover the input with the default settings. You can change the coarseness of the approximation, leading to an output with far fewer points than the input (but without a guarantee of if covering the input).
This is guaranteed to cover the input with the default settings. You can change the coarseness of the approximation, leading to an output with far fewer points than the input (but without a guarantee of if covering the input).

2. A method that partitions a rectilinear polygon into non-overlapping rectangles.

Expand Down

0 comments on commit c268e3d

Please sign in to comment.