diff options
author | Mark Sapiro <mark@msapiro.net> | 2018-07-16 23:06:03 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2018-07-16 23:06:03 -0700 |
commit | 0f5a3638c6080c69ae2de6376a8541d94c8ce08e (patch) | |
tree | 5133e0a80ddc6d26c524a1d59fbdeff42eba5748 /templates/ast/headfoot.html | |
parent | 7714812f387346277d6cf10e2ff50488347421a4 (diff) | |
parent | dd9455afdf3117bf7b95742feac64d7d48c213e2 (diff) | |
download | mailman2-0f5a3638c6080c69ae2de6376a8541d94c8ce08e.tar.gz mailman2-0f5a3638c6080c69ae2de6376a8541d94c8ce08e.tar.xz mailman2-0f5a3638c6080c69ae2de6376a8541d94c8ce08e.zip |
Correct some doc refs for Python 2.
Diffstat (limited to 'templates/ast/headfoot.html')
-rw-r--r-- | templates/ast/headfoot.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ast/headfoot.html b/templates/ast/headfoot.html index f2c273c8..72d71953 100644 --- a/templates/ast/headfoot.html +++ b/templates/ast/headfoot.html @@ -1,5 +1,5 @@ Esti testu puede incluyir -<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">cadenes de formatu Python</a> que sustituyiránse polos atributos de la llista. La llista de sustituciones permitíes son: +<a href="https://docs.python.org/2/library/stdtypes.html#string-formatting-operations">cadenes de formatu Python</a> que sustituyiránse polos atributos de la llista. La llista de sustituciones permitíes son: <ul> <li><b>real_name</b> - El nome 'presentable' de la llista. Davezu ye'l nome de la llista cola primer lletra en mayúscula. |