diff options
author | Matthias Geier <Matthias.Geier@gmail.com> | 2021-02-05 18:04:11 +0100 |
---|---|---|
committer | Matthias Geier <Matthias.Geier@gmail.com> | 2021-02-05 18:14:56 +0100 |
commit | 12a407cb35740bccf0f81696426398ca05ede7de (patch) | |
tree | 33b312640e8e8913eb03318a3bf47fc7a75f2ae3 /doc | |
parent | 2f466b31820b6af40c3bc1ca3957682b6f20365a (diff) | |
download | numpy-12a407cb35740bccf0f81696426398ca05ede7de.tar.gz |
DOC: Fix whitespace before "last updated" on overview page
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/_templates/indexcontent.html | 2 |
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> |