diff options
Diffstat (limited to 'docutils')
| -rw-r--r-- | docutils/statemachine.py | 2 | ||||
| -rw-r--r-- | docutils/writers/latex2e/docutils-05-compat.sty | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docutils/statemachine.py b/docutils/statemachine.py index 0c26ee3d2..6a29b9747 100644 --- a/docutils/statemachine.py +++ b/docutils/statemachine.py @@ -313,7 +313,7 @@ class StateMachine: self.notify_observers() def is_next_line_blank(self): - """Return 1 if the next line is blank or non-existant.""" + """Return 1 if the next line is blank or non-existent.""" try: return not self.input_lines[self.line_offset + 1].strip() except IndexError: diff --git a/docutils/writers/latex2e/docutils-05-compat.sty b/docutils/writers/latex2e/docutils-05-compat.sty index cc6b6a8aa..31f7b4e1b 100644 --- a/docutils/writers/latex2e/docutils-05-compat.sty +++ b/docutils/writers/latex2e/docutils-05-compat.sty @@ -109,7 +109,7 @@ % New configuration setting defaults % ---------------------------------- % -% - font-encoding: "T1" (formerly implicitely set by 'ae'). +% - font-encoding: "T1" (formerly implicitly set by 'ae'). % - use-latex-toc: true (ToC with page numbers). % - use-latex-footnotes: true (no mixup with figures). % @@ -273,14 +273,14 @@ % % New feature: % Do not mix font-encoding and font settings: do not load the obsolete -% `ae` and `aeguill` packages unless explicitely required via the +% `ae` and `aeguill` packages unless explicitly required via the % ``--stylesheet`` option. % % :font-encoding = "": do not load `ae` and `aeguill`, i.e. % % * do not change font settings, % * do not use the fontenc package -% (implicitely loaded via `ae`), +% (implicitly loaded via `ae`), % * use LaTeX default font encoding (OT1) % % :font-encoding = "OT1": load `fontenc` with ``\usepackage[OT1]{fontenc}`` @@ -492,7 +492,7 @@ \usepackage{longtable} % Extra space between text in tables and the line above them -% ('array' is implicitely loaded by 'tabularx', see below):: +% ('array' is implicitly loaded by 'tabularx', see below):: \usepackage{array} \setlength{\extrarowheight}{2pt} @@ -551,7 +551,7 @@ % % admonition width % ^^^^^^^^^^^^^^^^ -% The ``admonitionwith`` lenght is replaced by the more powerful +% The ``admonitionwith`` length is replaced by the more powerful % ``\DUadmonition`` command (see admonitions_). % % Backwards compatibility: |
