mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-18 08:02:49 +01:00
Stupid spelling error in a docstring.
This commit is contained in:
parent
a19a979499
commit
5c72ded4a8
@ -346,7 +346,7 @@ def format(s, *args, **kwargs):
|
||||
p: pluralize (takes a string)
|
||||
q: quoted (takes a string)
|
||||
n: nItems (takes a 2-tuple of (n, item) or a 3-tuple of (n, between, item))
|
||||
t: time, formated (takes an int)
|
||||
t: time, formatted (takes an int)
|
||||
"""
|
||||
args = list(args)
|
||||
args.reverse() # For more efficient popping.
|
||||
|
Loading…
Reference in New Issue
Block a user