launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #27618
[Merge] ~jugmac00/launchpad:fix-typo into launchpad:master
jugmac00 has proposed merging ~jugmac00/launchpad:fix-typo into launchpad:master.
Commit message:
fix typo
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/410727
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-typo into launchpad:master.
diff --git a/lib/lp/testing/__init__.py b/lib/lp/testing/__init__.py
index d2fb091..433b3fb 100644
--- a/lib/lp/testing/__init__.py
+++ b/lib/lp/testing/__init__.py
@@ -268,7 +268,7 @@ class FakeTime:
:param start: The value that will initially be returned by `now()`.
If None, the current time will be used.
- :param advance: The value in secounds to advance the clock by by
+ :param advance: The value in seconds to advance the clock by by
default.
"""
if start is not None: