summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthias Geier <Matthias.Geier@gmail.com>2021-02-05 18:04:11 +0100
committerMatthias Geier <Matthias.Geier@gmail.com>2021-02-05 18:14:56 +0100
commit12a407cb35740bccf0f81696426398ca05ede7de (patch)
tree33b312640e8e8913eb03318a3bf47fc7a75f2ae3 /doc
parent2f466b31820b6af40c3bc1ca3957682b6f20365a (diff)
downloadnumpy-12a407cb35740bccf0f81696426398ca05ede7de.tar.gz
DOC: Fix whitespace before "last updated" on overview page
Diffstat (limited to 'doc')
-rw-r--r--doc/source/_templates/indexcontent.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/_templates/indexcontent.html b/doc/source/_templates/indexcontent.html
index 6dd6bf9b0..64f472f3a 100644
--- a/doc/source/_templates/indexcontent.html
+++ b/doc/source/_templates/indexcontent.html
@@ -7,7 +7,7 @@
<h1>{{ docstitle|e }}</h1>
<p>
Welcome! This is the documentation for NumPy {{ release|e }}
- {% if last_updated %}, last updated {{ last_updated|e }}{% endif %}.
+ {%- if last_updated %}, last updated {{ last_updated|e }}{% endif %}.
</p>
<p><strong>For users:</strong></p>
<table class="contentstable" align="center"><tr>