summaryrefslogtreecommitdiff
path: root/bs4/formatter.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2023-03-24 14:52:35 -0400
committerLeonard Richardson <leonardr@segfault.org>2023-03-24 14:52:35 -0400
commit8944fe70574914cabfc9e6fb6eb048d71be39fb1 (patch)
treee3f7cda44701144f59fbcbc702d27085363350bd /bs4/formatter.py
parent347cefbe76cc70bd99dc6b5f0274189cdb94bbb9 (diff)
parentf834cd013865febdff3952b01bdd09b406c8ca66 (diff)
Merge branch 'remove-recursion-on-output'
Diffstat (limited to 'bs4/formatter.py')
-rw-r--r--bs4/formatter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bs4/formatter.py b/bs4/formatter.py
index 83cc1c5..c821318 100644
--- a/bs4/formatter.py
+++ b/bs4/formatter.py
@@ -97,7 +97,7 @@ class Formatter(EntitySubstitution):
else:
indent = ' '
self.indent = indent
-
+
def substitute(self, ns):
"""Process a string that needs to undergo entity substitution.
This may be a string encountered in an attribute value or as