diff options
author | bryan newbold <bnewbold@twinleaf.com> | 2015-08-19 15:18:06 -0700 |
---|---|---|
committer | bryan newbold <bnewbold@twinleaf.com> | 2015-08-19 15:18:06 -0700 |
commit | 84313624ffb0a889cc10d39aa09e8b3744aa98c9 (patch) | |
tree | 837f274dd79fdd9032144828eef34e474f4387bd /software | |
parent | 2ddfc985bffd0ab044be19c7b7a53e666ed384f8 (diff) | |
download | knowledge-84313624ffb0a889cc10d39aa09e8b3744aa98c9.tar.gz knowledge-84313624ffb0a889cc10d39aa09e8b3744aa98c9.zip |
software/python: fix syntax
Diffstat (limited to 'software')
-rw-r--r-- | software/python.page | 6 |
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 |