summaryrefslogtreecommitdiff
path: root/docutils/docs/ref
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-07-28 17:06:24 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-07-28 17:06:24 +0000
commit1d8a69bb0d7ff7749f895b1dd138d8cccffd7c77 (patch)
tree4aa7080d8fc9141db55cd84f4829a6fce3f7324d /docutils/docs/ref
parentdf5a157cebc22ead07ad9aa50423adbcc43d2194 (diff)
downloaddocutils-1d8a69bb0d7ff7749f895b1dd138d8cccffd7c77.tar.gz
Cleanup.
Fix typo. Remove spurious whitespace. Bare "except" replaced with ``except Exception``. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9115 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
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`_.