diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-07-18 06:25:50 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-07-18 06:25:50 (GMT) |
commit | 3d7d372ce326602b274f44338168688eeb907a3b (patch) | |
tree | 221b3b3ae862fe0b1d068efb97700b55bf0018cf /Doc/lib/minidom-example.py | |
parent | 182b5aca27d376b08a2904bed42b751496f932f3 (diff) | |
download | cpython-3d7d372ce326602b274f44338168688eeb907a3b.zip cpython-3d7d372ce326602b274f44338168688eeb907a3b.tar.gz cpython-3d7d372ce326602b274f44338168688eeb907a3b.tar.bz2 |
Whitespace normalization, via reindent.py.
Diffstat (limited to 'Doc/lib/minidom-example.py')
-rw-r--r-- | Doc/lib/minidom-example.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/minidom-example.py b/Doc/lib/minidom-example.py index 3fa15dd..c30c4e0 100644 --- a/Doc/lib/minidom-example.py +++ b/Doc/lib/minidom-example.py @@ -35,7 +35,7 @@ def handleSlideshow(slideshow): def handleSlides(slides): for slide in slides: - handleSlide(slide) + handleSlide(slide) def handleSlide(slide): handleSlideTitle(slide.getElementsByTagName("title")[0]) |