File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,9 @@ <h1>{% trans %}Download Python {{ release }} Documentation{% endtrans %}</h1>
75
75
< p > {% trans %}These archives contain all the content in the
76
76
documentation.{% endtrans %}</ p >
77
77
78
- < p > {% trans download_page="https://www.python.org/download/releases/{{ release[:5] }} /" %}HTML Help
79
- (< tt > .chm</ tt > ) files are made available in the "Windows " section
80
- on the < a href ={{ download_page }} > Python download page</ a > .{% endtrans %}</ p >
78
+ < p > {% trans download_page="https://www.python.org/downloads/release/python-" + release.replace('.', '') + " /" %}HTML Help
79
+ (< tt > .chm</ tt > ) files are made available in the "Files " section
80
+ on the < a href =" {{ download_page }} " > Python download page</ a > .{% endtrans %}</ p >
81
81
82
82
83
83
< h2 > {% trans %}Unpacking{% endtrans %}</ h2 >
You can’t perform that action at this time.
0 commit comments