Skip to content

Commit

Permalink
DOC: fix typo in buffer docs (single_side -> single_sided) (#1956)
Browse files Browse the repository at this point in the history
  • Loading branch information
llimllib committed Jan 3, 2024
1 parent 9c852a6 commit 3ef345d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shapely/geometry/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ def buffer(
geometry. To prevent unreasonable geometry, the mitre limit
allows controlling the maximum length of the join corner.
Corners with a ratio which exceed the limit will be beveled.
single_side : bool, optional
single_sided : bool, optional
The side used is determined by the sign of the buffer
distance:
Expand Down

0 comments on commit 3ef345d

Please sign in to comment.