diff options
Diffstat (limited to 'Doc/lib/libparser.tex')
-rw-r--r-- | Doc/lib/libparser.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libparser.tex b/Doc/lib/libparser.tex index 96256ad..9ff3f42 100644 --- a/Doc/lib/libparser.tex +++ b/Doc/lib/libparser.tex @@ -432,7 +432,7 @@ buried deep in nested tuples. (297, (298, (299, - (300, (3, '"""Some documentation.\012"""'))))))))))))))))), + (300, (3, '"""Some documentation.\n"""'))))))))))))))))), (4, ''))), (4, ''), (0, '')) @@ -537,7 +537,7 @@ module docstring from the parse tree created previously is easy: >>> found 1 >>> vars -{'docstring': '"""Some documentation.\012"""'} +{'docstring': '"""Some documentation.\n"""'} \end{verbatim} Once specific data can be extracted from a location where it is |