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:
@@ -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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user