diff options
author | Warren Weckesser <warren.weckesser@gmail.com> | 2013-05-30 17:54:49 -0400 |
---|---|---|
committer | Warren Weckesser <warren.weckesser@gmail.com> | 2013-05-30 17:54:49 -0400 |
commit | 900edb366994766ab4c2ca743730ab949e1cb260 (patch) | |
tree | 02b39456273f0056fa3328f16c0bcdc07231cda0 | |
parent | 9303985bbe08935420d6b39f60d6f81043e7a57f (diff) | |
download | numpy-900edb366994766ab4c2ca743730ab949e1cb260.tar.gz |
DOC: fix a word in HOWTO_DOCUMENT.rst.txt.
-rw-r--r-- | doc/HOWTO_DOCUMENT.rst.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HOWTO_DOCUMENT.rst.txt b/doc/HOWTO_DOCUMENT.rst.txt index cf008da2a..9553f7c28 100644 --- a/doc/HOWTO_DOCUMENT.rst.txt +++ b/doc/HOWTO_DOCUMENT.rst.txt @@ -544,7 +544,7 @@ Other points to keep in mind ---------------------------- * Equations : as discussed in the **Notes** section above, LaTeX formatting should be kept to a minimum. Often it's possible to show equations as - Python code or pseudo-code instead, which is much better readable in a + Python code or pseudo-code instead, which is much more readable in a terminal. For inline display use double backticks (like ``y = np.sin(x)``). For display with blank lines above and below, use a double colon and indent the code, like:: |