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

@ -7,7 +7,7 @@ __author__ = "Davide Testa"
__email__ = "davide@davte.it"
__credits__ = "Marco Origlia"
__license__ = "GNU General Public License v3.0"
__version__ = "1.5.3"
__version__ = "1.5.4"
__maintainer__ = "Davide Testa"
__contact__ = "t.me/davte"

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