From 900edb366994766ab4c2ca743730ab949e1cb260 Mon Sep 17 00:00:00 2001 From: Warren Weckesser Date: Thu, 30 May 2013 17:54:49 -0400 Subject: DOC: fix a word in HOWTO_DOCUMENT.rst.txt. --- doc/HOWTO_DOCUMENT.rst.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/HOWTO_DOCUMENT.rst.txt') 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:: -- cgit v1.2.1