diff options
author | Georg Brandl <georg@python.org> | 2011-09-22 09:29:36 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-09-22 09:29:36 +0200 |
commit | ad5d9f7c6b35fb0cf7d76d9a0501c20d91bd342b (patch) | |
tree | 3bc1417253025dfff8112252d782b2133377da64 /doc/markup/code.rst | |
parent | 5373125fc6a06228cc690bc603e99b3ebd89442d (diff) | |
download | sphinx-git-ad5d9f7c6b35fb0cf7d76d9a0501c20d91bd342b.tar.gz |
Add changelog entry for emphasize-lines and some coding style fixes.
Diffstat (limited to 'doc/markup/code.rst')
-rw-r--r-- | doc/markup/code.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/markup/code.rst b/doc/markup/code.rst index 8f6d55247..c0e7e8ebe 100644 --- a/doc/markup/code.rst +++ b/doc/markup/code.rst @@ -98,6 +98,9 @@ emphasize particular lines:: print 'This one is not...' print '...but this one is.' +.. versionchanged:: 1.1 + ``emphasize-lines`` has been added. + Includes ^^^^^^^^ |