diff options
Diffstat (limited to 'latex/workbook')
-rw-r--r-- | latex/workbook/example5.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/latex/workbook/example5.tex b/latex/workbook/example5.tex index 5ed480f..7600797 100644 --- a/latex/workbook/example5.tex +++ b/latex/workbook/example5.tex @@ -1,11 +1,11 @@ \documentclass{article} -\begin{document} \begin{abstract} This content is from Wikipedia page on Python. \end{abstract} +\begin{document} Python is a general-purpose high-level programming language whose design philosophy emphasizes code readability. Python aims to combine -"remarkable power with very clear syntax", and its standard library is +``remarkable power with very clear syntax'', and its standard library is large and comprehensive. Its use of indentation for block delimiters is unusual among popular programming languages. |