Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7d73b7

Browse files
committed
fix typo
1 parent 9305094 commit f7d73b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/artist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ def number_of_parameters(func):
15241524
return len(inspect.signature(func).parameters)
15251525

15261526
@staticmethod
1527-
@lru_cache(maxsize=0)
1527+
@lru_cache(maxsize=None)
15281528
def is_alias(class_):
15291529
"""Return whether method object *o* is an alias for another method."""
15301530

0 commit comments

Comments
 (0)