Fix typo in parameter documentation (timeutils)

Replace all occurrences of :params with :param
(matches http://sphinx-doc.org/domains.html#info-field-lists)

Change-Id: I72fbefcc7e176a962bfd4a6840a6237596900a3d
This commit is contained in:
Dirk Mueller
2013-12-11 14:28:05 +01:00
parent 15ea4ffdbc
commit 7013471cbd

View File

@@ -195,8 +195,8 @@ def total_seconds(delta):
def is_soon(dt, window):
"""Determines if time is going to happen in the next window seconds.
:params dt: the time
:params window: minimum seconds to remain to consider the time not soon
:param dt: the time
:param window: minimum seconds to remain to consider the time not soon
:return: True if expiration is within the given duration
"""