Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(422)

Unified Diff: native_client_sdk/src/doc/cds2014/python.rst

Issue 737703002: Fixing typos / grammar in cds2014. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « native_client_sdk/src/doc/cds2014/cpp.rst ('k') | native_client_sdk/src/doc/nacldev/clipboard_web.inc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/doc/cds2014/python.rst
diff --git a/native_client_sdk/src/doc/cds2014/python.rst b/native_client_sdk/src/doc/cds2014/python.rst
index dc690a37b779177124acfbad8629966918789c6e..cfd68668390ff8a6441ec3c0737a03e42199ab29 100644
--- a/native_client_sdk/src/doc/cds2014/python.rst
+++ b/native_client_sdk/src/doc/cds2014/python.rst
@@ -73,15 +73,14 @@ You'll probably want to consult the |difflib| documentation.
I would suggest you check out the HtmlDiff class and make use of
the make_file member function. Note our goal is to create a
full HTML diff, so the make_table function is insufficient.
-I would also suggest the splitlines
-function may come in handy.
+The splitlines function may also come in handy.
You can test diff.py manually as you would in a normal UNIX environment.
It can be run like this::
./diff.py before.txt after.txt out.html
-Once everything is working diff.html will contain an html diff.
+Once everything is working, diff.html will contain an html diff.
After the initial `make` you can hit "Run" to test your changes.
Now get to it, and good luck!
@@ -110,7 +109,7 @@ for the broadest range of development options, check out the
`NaCl SDK
<https://developer.chrome.com/native-client/sdk/download>`_.
-For questions, concerns, and help contact us at
+For questions, concerns, or help contact us at
`native-client-discuss@googlegroups.com
<https://groups.google.com/forum/#!forum/native-client-discuss>`_.
« no previous file with comments | « native_client_sdk/src/doc/cds2014/cpp.rst ('k') | native_client_sdk/src/doc/nacldev/clipboard_web.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698