Skip to content

Commit 9111858

Browse files
committed
minor edit
1 parent 18c7f37 commit 9111858

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lib/functools.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,7 @@ def keywords(self):
503503
method = self._cachedmethod
504504
if method is None:
505505
return self._keywords
506-
cachetype = self._cachetype
507-
if cachetype in (1, 2):
506+
if self._cachetype in (1, 2):
508507
method = method.__wrapped__
509508
return method.keywords
510509

0 commit comments

Comments
 (0)