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 | 714fa12a7be85d81c7ac22b1cf15ae5b4a34777d (patch) | |
| tree | 64db6f9f7d376c696a02f37e1cd58b6be03e3d0b /docs/dev/rst | |
| parent | 6677c45fc8fe2d855051a302c0d676d24ab43e26 (diff) | |
| download | docutils-0.10.tar.gz | |
Spelling fixesdocutils-0.10
git-svn-id: http://svn.code.sf.net/p/docutils/code/tags/docutils-0.10@8093 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev/rst')
| -rw-r--r-- | docs/dev/rst/alternatives.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/dev/rst/alternatives.txt b/docs/dev/rst/alternatives.txt index 2b1ca7220..ee0538fc1 100644 --- a/docs/dev/rst/alternatives.txt +++ b/docs/dev/rst/alternatives.txt @@ -513,7 +513,7 @@ used square brackets for phrase-links. I changed my mind because: etc. names) into hyperlinks is a useful feature. PyDoc recognizes identifiers heuristically, but it doesn't take much imagination to come up with counter-examples where PyDoc's heuristics would result - in embarassing failure. I wanted to do it deterministically, and + in embarrassing failure. I wanted to do it deterministically, and that called for syntax. I called this construct "interpreted text". @@ -996,7 +996,7 @@ A new type of "inline external hyperlink" has been proposed. (reference/target pairs must be proximate [refA trgA refB trgB], not interleaved [refA refB trgA trgB] or nested [refA refB trgB trgA]). This variation is too problematic; references and inline - external targets will have to be kept imediately adjacent (see (3) + external targets will have to be kept immediately adjacent (see (3) below). The ``"reference__ __<target>"`` syntax is actually for "anonymous @@ -1086,7 +1086,7 @@ maintainable web pages. The arguments go something like this: To which I said, "So use anonymous hyperlinks." -- Anonymous hyperlinks are difficult to maintain becuase the +- Anonymous hyperlinks are difficult to maintain because the references and targets have to be kept in sync. "So keep the targets close to the references, grouped after each @@ -2103,7 +2103,7 @@ From a reply by Tony Ibbs on 2002-03-01: - and thus both easier to skip, and also (paradoxically) easier to pick out so that I could follow them. - Thus, for the moment (and as always susceptable to argument), I'd + Thus, for the moment (and as always susceptible to argument), I'd say -1 on the new form of footnote reference (i.e., I much prefer the existing ``[1]_`` over the proposed ``1_``), and ambivalent over the proposed target change. @@ -2339,7 +2339,7 @@ __ http://thread.gmane.org/gmane.text.docutils.devel/1386 7. "I'd prefer to see double-dot-space / command / double-colon as the standard Docutils markup-marker. It's unusual enough to avoid - being accidently used. Everything that starts with a double-dot + being accidentally used. Everything that starts with a double-dot should end with a double-colon." That would increase the punctuation verbosity of some constructs |
