]> oss.titaniummirror.com Git - webber.git/blobdiff - in/functions.md
Remove lots of documentation typos.
[webber.git] / in / functions.md
index ea291ebd629e5c1d464780eeae8d2192b524967c..a87bce87bc8638f59ec47b6360b294bdf0e3fa13 100644 (file)
@@ -23,7 +23,7 @@ Takes a timestamp (seconds since 1st January 1970) and converts it into
 a string.
 
 "`format`" is optional. If not used, "`cfg.date_format`" will be used.
-Otherwise it should be a format-string as documted by "`man strftime`". For
+Otherwise it should be a format-string as documented by "`man strftime`". For
 example, "`%Y-%m-%d`" stands for year-month-date.
 
 Defined in `webber.py`.
@@ -34,7 +34,7 @@ Defined in `webber.py`.
 Returns the current date/time as a string.
 
 "`format`" is optional. If not used, "`cfg.date_format`" will be used.
-Otherwise it should be a format-string as documted by "`man strftime`". For
+Otherwise it should be a format-string as documented by "`man strftime`". For
 example, "`%Y-%m-%d`" stands for year-month-date.
 
 Defined in `webber.py`.