mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fix typo in doc
This commit is contained in:
parent
3bafe0e70c
commit
ee4138a1de
@ -1756,7 +1756,7 @@ These options influence LaTeX output. See further :doc:`latex`.
|
||||
Additional footer content (before the indices), default empty.
|
||||
|
||||
.. deprecated:: 1.5
|
||||
User ``'atendofbody'`` key instead.
|
||||
Use ``'atendofbody'`` key instead.
|
||||
|
||||
* Keys that don't need be overridden unless in special cases are:
|
||||
|
||||
|
@ -154,8 +154,9 @@ Here are the currently available options together with their default values.
|
||||
``inlineliteralwraps``
|
||||
default ``true``. Allows linebreaks inside inline literals: but extra
|
||||
potential break-points (additionally to those allowed by LaTeX at spaces
|
||||
or for hyphenation) are currently inserted only after the characters ``. ,
|
||||
; ? ! /``. Due to TeX internals, white space in the line will be stretched
|
||||
or for hyphenation) are currently inserted only after the characters
|
||||
``. , ; ? ! /``. Due to TeX internals, white space in the line will be
|
||||
stretched
|
||||
(or shrinked) in order to accomodate the linebreak.
|
||||
|
||||
.. versionadded:: 1.5
|
||||
|
Loading…
Reference in New Issue
Block a user