From c68f8d83e06267aaf98ab661dad20d6f19b686ce Mon Sep 17 00:00:00 2001 From: Kellan Jacobs Date: Wed, 18 Apr 2012 14:34:28 -0700 Subject: [PATCH] Updating to test rst formating --- docs/lesson03.rst | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/docs/lesson03.rst b/docs/lesson03.rst index c36f879..6a7d408 100644 --- a/docs/lesson03.rst +++ b/docs/lesson03.rst @@ -19,19 +19,20 @@ Each one of these objects is something python gives us for free without typing a >>> help Type help() for interactive help, or help(object) for help about object. ->>> help() -``Welcome to Python 2.7! This is the online help utility. +:: + >>> help() + ``Welcome to Python 2.7! This is the online help utility. -If this is your first time using Python, you should definitely check out -the tutorial on the Internet at http://docs.python.org/tutorial/. + If this is your first time using Python, you should definitely check out + the tutorial on the Internet at http://docs.python.org/tutorial/. -Enter the name of any module, keyword, or topic to get help on writing -Python programs and using Python modules. To quit this help utility and -return to the interpreter, just type "quit". + Enter the name of any module, keyword, or topic to get help on writing + Python programs and using Python modules. To quit this help utility and + return to the interpreter, just type "quit". -To get a list of available modules, keywords, or topics, type "modules", -"keywords", or "topics". Each module also comes with a one-line summary -of what it does; to list the modules whose summaries contain a given word -such as "spam", type "modules spam".`` + To get a list of available modules, keywords, or topics, type "modules", + "keywords", or "topics". Each module also comes with a one-line summary + of what it does; to list the modules whose summaries contain a given word + such as "spam", type "modules spam".`` .. _`built-in functions: http://docs.python.org/library/functions.html \ No newline at end of file