8000 Fix comment spellings · matplotlib/matplotlib@56b171a · GitHub
[go: up one dir, main page]

Skip to content

Commit 56b171a

Browse files
dstansbyQuLogic
andauthored
Fix comment spellings
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 4e1ecc4 commit 56b171a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2374,12 +2374,12 @@ def _update_patch_limits(self, patch):
23742374
return
23752375
p = patch.get_path()
23762376
# Get all vertices on the path
2377-
# Loop through each sement to get extrema for Bezier curve sections
2377+
# Loop through each segment to get extrema for Bezier curve sections
23782378
vertices = []
23792379
for curve, code in p.iter_bezier():
23802380
# Get distance along the curve of any extrema
23812381
_, dzeros = curve.axis_aligned_extrema()
2382-
# Calculate vertcies of start, end and any extrema in between
2382+
# Calculate vertices of start, end and any extrema in between
23832383
vertices.append(curve([0, *dzeros, 1]))
23842384

23852385
if len(vertices):

0 commit comments

Comments
 (0)
0