summaryrefslogtreecommitdiffstats
path: root/software
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@twinleaf.com>2015-08-19 15:18:06 -0700
committerbryan newbold <bnewbold@twinleaf.com>2015-08-19 15:18:06 -0700
commit84313624ffb0a889cc10d39aa09e8b3744aa98c9 (patch)
tree837f274dd79fdd9032144828eef34e474f4387bd /software
parent2ddfc985bffd0ab044be19c7b7a53e666ed384f8 (diff)
downloadknowledge-84313624ffb0a889cc10d39aa09e8b3744aa98c9.tar.gz
knowledge-84313624ffb0a889cc10d39aa09e8b3744aa98c9.zip
software/python: fix syntax
Diffstat (limited to 'software')
-rw-r--r--software/python.page6
1 files changed, 1 insertions, 5 deletions
diff --git a/software/python.page b/software/python.page
index 7f8dbd8..1b64e66 100644
--- a/software/python.page
+++ b/software/python.page
@@ -1,7 +1,3 @@
----
-format: rst
-toc: no
-...
======================
Python
@@ -10,7 +6,7 @@ Python
iPython tricks
--------------
-Use the ``cpaste'' command to copy in blocks of raw python code, even if the
+Use the ``cpaste`` command to copy in blocks of raw python code, even if the
indenting is a little weird.
Style