diff options
| author | Georg Brandl <georg@python.org> | 2009-01-10 22:18:18 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-01-10 22:18:18 +0100 |
| commit | 6d564844e830c1faaf746460327bd14f3234171e (patch) | |
| tree | 5044c2146ca4b1756136040d0b4365685b0c4f84 /doc/markup/code.rst | |
| parent | ac92e5497ec6704b661ca3e7539ce2799fda2ef4 (diff) | |
| download | sphinx-6d564844e830c1faaf746460327bd14f3234171e.tar.gz | |
Fix more line length and trailing whitespace.
Diffstat (limited to 'doc/markup/code.rst')
| -rw-r--r-- | doc/markup/code.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markup/code.rst b/doc/markup/code.rst index 0bf8343b..4872d6a4 100644 --- a/doc/markup/code.rst +++ b/doc/markup/code.rst @@ -101,7 +101,7 @@ Includes The directive also supports the ``linenos`` flag option to switch on line numbers, and a ``language`` option to select a language different from the current file's standard language. Example with options:: - + .. literalinclude:: example.rb :language: ruby :linenos: |
