summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.2.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2010-12-17 20:19:50 (GMT)
committerRaymond Hettinger <python@rcn.com>2010-12-17 20:19:50 (GMT)
commit09f44140aa317cb06f13f366fd27e19613375734 (patch)
treeee70c018000115cef58865165180239752ded735 /Doc/whatsnew/3.2.rst
parent401edd69cf23f7f102aece55e05157daf1b87f9f (diff)
downloadcpython-09f44140aa317cb06f13f366fd27e19613375734.zip
cpython-09f44140aa317cb06f13f366fd27e19613375734.tar.gz
cpython-09f44140aa317cb06f13f366fd27e19613375734.tar.bz2
Expand the LBYL glossary entry.
Diffstat (limited to 'Doc/whatsnew/3.2.rst')
-rw-r--r--Doc/whatsnew/3.2.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 488ad3b..bb3053d 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -112,8 +112,6 @@ Example of calling the parser on a command string::
>>> cmd = 'deploy sneezy.example.com sleepy.example.com -u skycaptain'
>>> result = parser.parse_args(cmd.split())
-
- >>> # parsed variables are stored in the attributes
>>> result.action
'deploy'
>>> result.targets