Skip to content

Commit 4f36227

Browse files
committed
Missed a comment which served as an annotation
1 parent 4fa6755 commit 4f36227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/email/feedparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def _pop_message(self):
505505
self._cur = None
506506
return retval
507507

508-
def _parsegen(self): # yields: NeedMoreData
508+
def _parsegen(self):
509509
# Create a new message and start by parsing headers.
510510
self._new_message()
511511
headers = []

0 commit comments

Comments
 (0)