Skip to content

Commit 826b5d8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent da754bf commit 826b5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feedparser/mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ def pop(self, element, strip_whitespace=1):
646646
previous_output.append(output)
647647
self.entries[-1][element] = previous_output
648648
else:
649-
self.entries[-1][element] = output
649+
self.entries[-1][element] = output
650650
if self.incontent:
651651
contentparams = copy.deepcopy(self.contentparams)
652652
contentparams["value"] = output

0 commit comments

Comments
 (0)