mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix typo
This commit is contained in:
parent
3cd216687e
commit
0c4e023c95
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ class cached_property(object):
|
|||
'''
|
||||
def __init__(self, fget, doc=None):
|
||||
self.__name__ = fget.__name__
|
||||
self.__module__ = func.__module__
|
||||
self.__module__ = fget.__module__
|
||||
self.__doc__ = doc or fget.__doc__
|
||||
self.fget = fget
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue