[Checkins] SVN: manuel/trunk/src/ Some more spelling improvements.

Martijn Faassen faassen at startifact.com
Wed Oct 7 13:13:51 EDT 2009


Log message for revision 104872:
  Some more spelling improvements.
  

Changed:
  U   manuel/trunk/src/index.txt
  U   manuel/trunk/src/manuel/table-example.txt

-=-
Modified: manuel/trunk/src/index.txt
===================================================================
--- manuel/trunk/src/index.txt	2009-10-07 16:57:21 UTC (rev 104871)
+++ manuel/trunk/src/index.txt	2009-10-07 17:13:51 UTC (rev 104872)
@@ -55,7 +55,7 @@
 
 :ref:`manuel.footnote <footnotes>`
     executes code in reST-style footnodes each time they're referenced (good
-    for getting incedental code out of the main flow of a document)
+    for getting incidental code out of the main flow of a document)
 
 :ref:`manuel.ignore <ignore>`
     ignores parts of a document while running tests
@@ -217,7 +217,7 @@
 Capturing Blocks
 ================
 
-When writing documentation the need often arrises to describe the contents of
+When writing documentation the need often arises to describe the contents of
 files or other non-Python information.  You may also want to put that
 information under test.  :mod:`manuel.capture` helps with that.
 
@@ -250,7 +250,7 @@
 
     .. -> input
 
-    Your program should generare this output file::
+    Your program should generate this output file::
 
         1
         2
@@ -279,7 +279,7 @@
     >>> print document.formatted(),
 
 This uses the syntax implemented in :mod:`manuel.collect` to capture a block of
-text into a varible (the one named after "->").
+text into a variable (the one named after "->").
 
 Whenever a line of the structure ".. -> VAR" is detected, the text of the
 *previous* block will be stored in the given variable.
@@ -309,7 +309,7 @@
         65
         2
 
-    Your program should generare this output file::
+    Your program should generate this output file::
 
         1
         2
@@ -573,7 +573,7 @@
 
 .. reset-globs
 
-Occasionally the need arrises to ignore a block of markup that would otherwise
+Occasionally the need arises to ignore a block of markup that would otherwise
 be parsed by a Manuel plug-in.
 
 For example, this document has a code-block that will generate a syntax error::
@@ -689,7 +689,7 @@
 isolated from one-another.
 
 In large doctests (like this one) you may want to keep later tests from
-depending on incedental details of earlier tests, preventing the tests from
+depending on incidental details of earlier tests, preventing the tests from
 becoming brittle and harder to change.
 
 Test isolation is one approach to reducing this intra-doctest coupling.  The

Modified: manuel/trunk/src/manuel/table-example.txt
===================================================================
--- manuel/trunk/src/manuel/table-example.txt	2009-10-07 16:57:21 UTC (rev 104871)
+++ manuel/trunk/src/manuel/table-example.txt	2009-10-07 17:13:51 UTC (rev 104872)
@@ -139,7 +139,7 @@
             document.claim_region(region)
             region.parsed = table
 
-If we parse the Docuement we can see that the table was recognized.
+If we parse the Document we can see that the table was recognized.
 
     >>> parse_tables(document)
     >>> region = list(document)[1]



More information about the checkins mailing list