fixed a typo

This commit is contained in:
naelsondouglas
2021-10-16 15:31:25 -03:00
parent 3fd17e2ab0
commit 3c0a50fc8e
+2 -2
View File
@@ -437,8 +437,8 @@ class HTML(BaseParser):
next page. If ``fetch`` is ``False``, simply returns the next URL.
"""
if _NextSymbol is None:
_NextSymbol = DEFAULT_NEXT_SYMBOL
if next_symbol is None:
next_symbol = DEFAULT_NEXT_SYMBOL
def get_next():
candidates = self.find('a', containing=next_symbol)