Typo in doc string

This commit is contained in:
Davte
2019-05-30 15:40:12 +02:00
parent e906fc8c3a
commit 0fae3d305a
2 changed files with 2 additions and 2 deletions

View File

@@ -737,7 +737,7 @@ class CachedPage(Gettable):
@property
def url(self):
"""Geet cached page url."""
"""Get cached page url."""
return self._url
@property