diff options
author | Raymond Hettinger <python@rcn.com> | 2010-12-17 20:19:50 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-12-17 20:19:50 (GMT) |
commit | 09f44140aa317cb06f13f366fd27e19613375734 (patch) | |
tree | ee70c018000115cef58865165180239752ded735 /Doc/whatsnew/3.2.rst | |
parent | 401edd69cf23f7f102aece55e05157daf1b87f9f (diff) | |
download | cpython-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.rst | 2 |
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 |