Skip to content

Commit 20c2a4f

Browse files
committed
Fix typo in _LazyTickList class comment (lis -> list)
Changed 'lis' to 'list' in the comment of _LazyTickList class in lib/matplotlib/axis.py. This fixes a minor typo in the documentation to improve code readability.
1 parent 7025fb9 commit 20c2a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axis.py

Lines changed: 1 addition & 1 deletion
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)