Revision: 8e21fbde5942
Branch:   default
Author:   Janne Piironen <janne.piiro...@gmail.com>
Date:     Wed Oct 16 08:03:25 2013 UTC
Log:      Fixed few typos in userguide
http://code.google.com/p/robotframework/source/detail?r=8e21fbde5942

Modified:
 /doc/userguide/RobotFrameworkUserGuide.html
 /doc/userguide/src/CreatingTestData/TestDataSyntax.rst

=======================================
--- /doc/userguide/RobotFrameworkUserGuide.html Thu Oct 10 15:29:10 2013 UTC
+++ /doc/userguide/RobotFrameworkUserGuide.html Wed Oct 16 08:03:25 2013 UTC
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.10: http://docutils.sourceforge.net/"; /> +<meta name="generator" content="Docutils 0.11: http://docutils.sourceforge.net/"; />
 <title>Robot Framework User Guide</title>
 <style type="text/css">

@@ -2105,8 +2105,8 @@
 </pre></div>
 <div class="note">
 <p class="first admonition-title">Note</p>
-<p class="last">Empty cells in the first column of simple tables needs to be escaped. -The above example uses <span class="code">\</span> and <span class="code">..</span> could also be used.</p> +<p class="last">Empty cells in the first column of simple tables need to be escaped. +The above example uses <span class="code">\</span> but <span class="code">..</span> could also be used.</p>
 </div>
 <div class="note">
 <p class="first admonition-title">Note</p>
@@ -2384,8 +2384,8 @@
 <div class="section" id="prevent-ignoring-empty-cells">
 <h5>Prevent ignoring empty cells</h5>
<p>If empty values are needed as arguments for keywords or otherwise, they often -need to be escaped to prevent them to be <a class="reference internal" href="#ignored-data">ignored</a>. Empty trailing cells must
-be escaped regardless the test data format, and when using the
+need to be escaped to prevent them from being <a class="reference internal" href="#ignored-data">ignored</a>. Empty trailing cells
+must be escaped regardless of the test data format, and when using the
<a class="reference internal" href="#space-separated-format">space separated format</a> all empty values must be escaped.</p>
 <p>Empty cells can be escaped either with the backslash character or with
<a class="reference internal" href="#built-in-variable">built-in variable</a> <span class="var">${EMPTY}</span>. The latter is typically recommended
@@ -2457,9 +2457,10 @@
 <div class="section" id="prevent-ignoring-spaces">
 <h5>Prevent ignoring spaces</h5>
<p>Because leading, trailing, and consecutive spaces in cells are <a class="reference internal" href="#handling-whitespace">ignored</a>, they
-need to escaped if needed as arguments to keywords or otherwise. Similarly
-as when preventing ignoring empty cells, it is possible to do that either
-using the backslash character or using <a class="reference internal" href="#built-in-variable">built-in variable</a> <span class="var">${SPACE}</span>.</p> +need to be escaped if they are needed as arguments to keywords or otherwise. +Similarly as when preventing ignoring empty cells, it is possible to do that +either using the backslash character or using <a class="reference internal" href="#built-in-variable">built-in variable</a>
+<span class="var">${SPACE}</span>.</p>
 <table border="1" class="tabular docutils">
 <caption>Escaping spaces examples</caption>
 <colgroup>
@@ -17395,7 +17396,7 @@
 <div class="footer">
 <hr class="footer" />
<p>Generated by <a class="reference external" href="http://docutils.sourceforge.net/rst.html";>reStructuredText</a>. Syntax highlighting by <a class="reference external" href="http://pygments.org/";>Pygments</a>.</p>
-<p>Generated on: 2013-10-10 15:28 UTC.
+<p>Generated on: 2013-10-16 07:54 UTC.
 </p>

 </div>
=======================================
--- /doc/userguide/src/CreatingTestData/TestDataSyntax.rst Thu Oct 10 15:28:30 2013 UTC +++ /doc/userguide/src/CreatingTestData/TestDataSyntax.rst Wed Oct 16 08:03:25 2013 UTC
@@ -496,8 +496,8 @@
     |             | Directory Should Exist | ${path}    |            |
     +-------------+------------------------+------------+------------+

-.. note:: Empty cells in the first column of simple tables needs to be escaped. - The above example uses :code:`\\` and :code:`..` could also be used. +.. note:: Empty cells in the first column of simple tables need to be escaped. + The above example uses :code:`\\` but :code:`..` could also be used.

 .. note:: Because the backslash character is an escape character in reST,
specifying a backslash so that Robot Framework will see it requires
@@ -701,8 +701,8 @@
 ````````````````````````````

If empty values are needed as arguments for keywords or otherwise, they often -need to be escaped to prevent them to be ignored__. Empty trailing cells must
-be escaped regardless the test data format, and when using the
+need to be escaped to prevent them from being ignored__. Empty trailing cells
+must be escaped regardless of the test data format, and when using the
 `space separated format`_ all empty values must be escaped.

 Empty cells can be escaped either with the backslash character or with
@@ -744,9 +744,10 @@
 ```````````````````````

Because leading, trailing, and consecutive spaces in cells are ignored__, they
-need to escaped if needed as arguments to keywords or otherwise. Similarly
-as when preventing ignoring empty cells, it is possible to do that either
-using the backslash character or using `built-in variable`_ :var:`${SPACE}`. +need to be escaped if they are needed as arguments to keywords or otherwise. +Similarly as when preventing ignoring empty cells, it is possible to do that
+either using the backslash character or using `built-in variable`_
+:var:`${SPACE}`.

 .. table:: Escaping spaces examples
    :class: tabular

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to