From b3a7e714a5bfe731da695a171389eeb0550301cc Mon Sep 17 00:00:00 2001 From: Akash <64683866+akamhy@users.noreply.github.com> Date: Wed, 22 Jul 2020 10:57:43 +0530 Subject: [PATCH] Update wrapper.py --- waybackpy/wrapper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/waybackpy/wrapper.py b/waybackpy/wrapper.py index 56ec139..3234767 100644 --- a/waybackpy/wrapper.py +++ b/waybackpy/wrapper.py @@ -122,9 +122,9 @@ class Url: return response def near(self, year=None, month=None, day=None, hour=None, minute=None): - """ Returns the archived from Wayback Machine for an URL closest to the time supplied. + """ Return the closest Wayback Machine archive to the time supplied. Supported params are year, month, day, hour and minute. - The non supplied parameters are default to the runtime time. + Any non-supplied parameters default to the current time. """ now = datetime.utcnow().timetuple()