diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-05-30 16:16:12 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-05-30 16:16:12 -0700 |
commit | 780d829effddc666c480f38eb3c5cc13a98db5a1 (patch) | |
tree | 02b39456273f0056fa3328f16c0bcdc07231cda0 | |
parent | 9303985bbe08935420d6b39f60d6f81043e7a57f (diff) | |
parent | 900edb366994766ab4c2ca743730ab949e1cb260 (diff) | |
download | numpy-780d829effddc666c480f38eb3c5cc13a98db5a1.tar.gz |
Merge pull request #3383 from WarrenWeckesser/howto-doc-wording
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:: |