Skip to content

Commit 07002c2

Browse files
authored
Merge pull request matplotlib#29214 from ganglike248/main
Fix typo in _LazyTickList class comment (lis -> list)
2 parents 7025fb9 + 20c2a4f commit 07002c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ def __get__(self, instance, owner):
539539
# attribute (e.g. in certain projection classes which override
540540
# e.g. get_xaxis_text1_transform). In order to avoid infinite
541541
# recursion, first set the majorTicks on the instance temporarily
542-
# to an empty lis. Then create the tick; note that _get_tick()
542+
# to an empty list. Then create the tick; note that _get_tick()
543543
# may call reset_ticks(). Therefore, the final tick list is
544544
# created and assigned afterwards.
545545
if self._major:

0 commit comments

Comments
 (0)