added spaces in offset docs

This commit is contained in:
Adrian Mariano 2019-07-16 17:17:32 -04:00
parent a89c324b4c
commit e9ae6355e5

View file

@ -828,7 +828,6 @@ function _offset_region(
// starting at `firstface_index` and the offset path vertices appearing afterwords. The direction
// of the faces can be flipped using `flip_faces`. When you request faces the return value
// is a list: [offset_path, face_list].
//
// Arguments:
// path = the path to process. A list of 2d points.
// r = offset radius. Distance to offset. Will round over corners.