Author: sebastien.lelong
Date: Wed Mar 18 10:26:52 2009
New Revision: 867
Modified:
trunk/tools/jallib.py
Log:
typos...
Modified: trunk/tools/jallib.py
==============================================================================
--- trunk/tools/jallib.py (original)
+++ trunk/tools/jallib.py Wed Mar 18 10:26:52 2009
@@ -1317,14 +1317,14 @@
Reindent the given jal file, and save it back to the same file.
Optionally can pass a indent rule (by default, if not specified, 3-spaces
-indented will occur). The form is:
+indentation will occur). The form is:
<number>-<char>
-with special for space and tab chars for convenience. Examples:
+with special cases for space and tab chars (for convenience). Examples:
- indented with 3 spaces: "-c 3-spaces" (or "-c 3-space", no plural)
- - indented with 1 : "-c 1-tab"
+ - indented with 1 tab: "-c 1-tab"
- remove indentation: "-c 0-space"
- indent with "XXXX" (hey contrived example !): "-c 4-X"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---