Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fitodic committed Jan 7, 2023
1 parent 926ab09 commit 07cd2c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ Features
True
>>> centerline.name
'polygon'
>>> centerline.geoms
>>> centerline.geometry.geoms
<shapely.geometry.base.GeometrySequence object at 0x7f7d24116210>
2 changes: 1 addition & 1 deletion docs/chapters/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ If you want to use the ``Centerline`` class directly, you can import it and inst
True
>>> centerline.name
'polygon'
>>> centerline.geoms
>>> centerline.geometry.geoms
<shapely.geometry.base.GeometrySequence object at 0x7f7d24116210>

0 comments on commit 07cd2c4

Please sign in to comment.