summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorTim Swast <swast@google.com>2018-07-10 10:41:57 -0700
committerSebastian Thiel <byronimo@gmail.com>2018-07-15 14:28:00 +0200
commit4f99fb4962c2777286a128adbb093d8f25ae9dc7 (patch)
treeb23c1e093e45e8169ba943d2fa55adfe647684ff /AUTHORS
parent7f08b7730438bde34ae55bc3793fa524047bb804 (diff)
downloadgitpython-4f99fb4962c2777286a128adbb093d8f25ae9dc7.tar.gz
Dedent code blocks in tutorial.
I found the extra 8 spaces at the start of the examples in the tutorial to be distracting. The Sphinx dedent option removes these extra spaces from the rendered code blocks. I also got a warning about the shell code example not being lexed as Python, so I converted this to an explicit shell code block.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index b5f0ebdc..9c3a52c0 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -26,5 +26,6 @@ Contributors are:
-Mikuláš Poul <mikulaspoul _at_ gmail.com>
-Charles Bouchard-Légaré <cblegare.atl _at_ ntis.ca>
-Yaroslav Halchenko <debian _at_ onerussian.com>
+-Tim Swast <swast _at_ google.com>
Portions derived from other open source works and are clearly marked.