summaryrefslogtreecommitdiffstats
path: root/Lib/sgmllib.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-01-15 01:36:40 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-01-15 01:36:40 (GMT)
commit495ad3c8ccb9ed3554177a3e8687676c78e667de (patch)
treed19e1856ac8aa7f3059ef66646d316393752da90 /Lib/sgmllib.py
parent0c9886d589ddebf32de0ca3f027a173222ed383a (diff)
downloadcpython-495ad3c8ccb9ed3554177a3e8687676c78e667de.zip
cpython-495ad3c8ccb9ed3554177a3e8687676c78e667de.tar.gz
cpython-495ad3c8ccb9ed3554177a3e8687676c78e667de.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/sgmllib.py')
-rw-r--r--Lib/sgmllib.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/sgmllib.py b/Lib/sgmllib.py
index c1467b0..dfbfe5c 100644
--- a/Lib/sgmllib.py
+++ b/Lib/sgmllib.py
@@ -137,7 +137,7 @@ class SGMLParser:
k = self.parse_pi(i)
if k < 0: break
i = i+k
- continue
+ continue
match = special.match(rawdata, i)
if match:
if self.literal:
@@ -211,7 +211,7 @@ class SGMLParser:
__starttag_text = None
def get_starttag_text(self):
return self.__starttag_text
-
+
# Internal -- handle starttag, return length or -1 if not terminated
def parse_starttag(self, i):
self.__starttag_text = None