DomainTools / python_api

DomainTools Official Python API
MIT License
79 stars 32 forks source link

Fix spelling error that would miss limit checks on Text, XML and HTML… #82

Closed ChuckWoodraska closed 2 years ago

ChuckWoodraska commented 2 years ago

… data formats.

This fixes the spelling bug but due to how the current lib is set up it would never get used unless a user changed domaintools/results.py to use the synchronous Results object.

closes ID-1267