From a8bbd5fa4d6d816fc87555d146fbe736df27c841 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 21 Mar 2018 10:14:48 +0100 Subject: [PATCH] Update docs for TimestampTemplate --- doc/help/settings.asciidoc | 2 +- qutebrowser/config/configtypes.py | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index b3c9c3894..6399b88af 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -3293,7 +3293,7 @@ See the setting's valid values for more information on allowed values. |TextAlignment|Alignment of text. |TimestampTemplate|An strftime-like template for timestamps. -See https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior for reference. +See https://sqlite.org/lang_datefunc.html for reference. |UniqueCharString|A string which may not contain duplicate chars. |Url|A URL as a string. |VerticalPosition|The position of the download bar. diff --git a/qutebrowser/config/configtypes.py b/qutebrowser/config/configtypes.py index 20e240690..ecf1efe86 100644 --- a/qutebrowser/config/configtypes.py +++ b/qutebrowser/config/configtypes.py @@ -1625,9 +1625,7 @@ class TimestampTemplate(BaseType): """An strftime-like template for timestamps. - See - https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior - for reference. + See https://sqlite.org/lang_datefunc.html for reference. """ def to_py(self, value):