summaryrefslogtreecommitdiff
path: root/docutils/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docutils/docs/ref')
-rw-r--r--docutils/docs/ref/doctree.txt6
-rw-r--r--docutils/docs/ref/rst/directives.txt2
2 files changed, 4 insertions, 4 deletions
diff --git a/docutils/docs/ref/doctree.txt b/docutils/docs/ref/doctree.txt
index ab1342a1e..e36197a7e 100644
--- a/docutils/docs/ref/doctree.txt
+++ b/docutils/docs/ref/doctree.txt
@@ -424,8 +424,8 @@ Details
:Analogues:
``admonition`` has no direct analogues in common DTDs. It can be
emulated with primitives and type effects.
-
- The specific admonitions caution_, note_, tip_, and warning_
+
+ The specific admonitions caution_, note_, tip_, and warning_
are analogous to the respective DocBook elements.
:Processing:
@@ -2266,7 +2266,7 @@ Details
The `DocBook "footnote"`_ element combines features of ``footnote``
and footnote_reference_.
-
+
The DPub ARIA role `"doc-footnote"`__ may be used to mark a (conforming__)
`HTML emulation`__ as "ancillary information, such as a citation or
commentary, that provides additional context to a referenced passage
diff --git a/docutils/docs/ref/rst/directives.txt b/docutils/docs/ref/rst/directives.txt
index e9828aaf9..bc7a2938d 100644
--- a/docutils/docs/ref/rst/directives.txt
+++ b/docutils/docs/ref/rst/directives.txt
@@ -54,7 +54,7 @@ reStructuredText Directives`_.
Admonitions ("safety messages" or "hazard statements") can appear anywhere
an ordinary body element can. They contain arbitrary body elements.
Typically, an admonition is rendered as an offset block in a document,
-sometimes outlined or shaded,
+sometimes outlined or shaded.
Docutils defines a `generic admonition`_ as well as a set of
`specific admonitions`_.