##// END OF EJS Templates
Add summary to SList properties explanation
anatoly techtonik -
Show More
@@ -189,6 +189,9 b" Now we can just remove these files by doing 'rm $junk.s'."
189 The .n, .s, .p properties
189 The .n, .s, .p properties
190 -------------------------
190 -------------------------
191
191
192 These properties of `SList` (IPython.utils.text.SList) objects provide
193 convenient ways to use contained text in different formats:
194
192 * ``.n`` returns (original) string with lines separated by a newline
195 * ``.n`` returns (original) string with lines separated by a newline
193 * ``.s`` returns string with lines separated by single space (for
196 * ``.s`` returns string with lines separated by single space (for
194 convenient passing to system commands)
197 convenient passing to system commands)
General Comments 0
You need to be logged in to leave comments. Login now