diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-05-30 19:56:24 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-05-30 19:56:24 +0000 |
| commit | dca051211b7c76e1a110b0713572d0f1531b3335 (patch) | |
| tree | d8482ddecea32ad2710631e469a173bd3619b232 | |
| parent | aee5254ab14b02aee5c0437a04f7da14ea50888c (diff) | |
| download | docutils-0.13.1.tar.gz | |
Spelling fixesdocutils-0.13.1
git-svn-id: http://svn.code.sf.net/p/docutils/code/tags/docutils-0.13.1@8093 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | FAQ.txt | 2 | ||||
| -rw-r--r-- | docs/dev/repository.txt | 2 | ||||
| -rw-r--r-- | docutils/nodes.py | 2 | ||||
| -rw-r--r-- | test/functional/input/latex_cornercases.txt | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -189,7 +189,7 @@ taken with capitalization, to avoid confusion with "REST__", an acronym for "Representational State Transfer". The abbreviations "reSTX" and "rSTX"/"rstx" should **not** be used; -they overemphasize reStructuredText's precedessor, Zope's +they overemphasize reStructuredText's predecessor, Zope's StructuredText. __ http://en.wikipedia.org/wiki/Representational_State_Transfer diff --git a/docs/dev/repository.txt b/docs/dev/repository.txt index c718ce3e3..2bec88b4b 100644 --- a/docs/dev/repository.txt +++ b/docs/dev/repository.txt @@ -145,7 +145,7 @@ __ http://sourceforge.net/p/forge/documentation/svn/ Setting Up Your Subversion Client For Development ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Before commiting changes to the repository, please ensure that the +Before committing changes to the repository, please ensure that the following lines are contained (and uncommented) in your local ~/.subversion/config file, so that new files are added with the correct properties set:: diff --git a/docutils/nodes.py b/docutils/nodes.py index 5c349042d..0d13cf775 100644 --- a/docutils/nodes.py +++ b/docutils/nodes.py @@ -2068,7 +2068,7 @@ class NodeFound(TreePruningException): class StopTraversal(TreePruningException): """ - Stop the traversal alltogether. The current node's ``depart_...`` method + Stop the traversal altogether. The current node's ``depart_...`` method is not affected. The parent nodes ``depart_...`` methods are also called as usual. No other nodes are visited. This is an alternative to NodeFound that does not cause exception handling to trickle up to the diff --git a/test/functional/input/latex_cornercases.txt b/test/functional/input/latex_cornercases.txt index ebb3d4d8d..d691daafc 100644 --- a/test/functional/input/latex_cornercases.txt +++ b/test/functional/input/latex_cornercases.txt @@ -58,7 +58,7 @@ Problem: In LaTeX, "overwritten" cells need to be defined as empty cells. -Docutils (similarily to HTML) uses is the "Exchange Table Model" (also known +Docutils (similarly to HTML) uses is the "Exchange Table Model" (also known as CALS tables, see docs/ref/soextblx.dtd) which defines only the remaining cells in a row "affected" by multirow cells. |
