Python-World / Python_and_the_Web

Build Bots, Scrape a website or use an API to solve a problem.
MIT License
684 stars 262 forks source link

not x in changed to x not in #638

Closed Srishti-Ahuja closed 2 years ago

Srishti-Ahuja commented 2 years ago

Description

Changed instances of 'not x in' to 'x not in' as suggested in the issue FLK-E713 (Test for membership should be 'not in')

Fixes #FLK-E713

Replace issue_no in the above line, with the issue related to this PR.

Type of change

Choosing one or more options from the following as per the nature of your Pull request.

Checklist:

Please tick all the boxes that are fulfilled by your Pull Request.

github-actions[bot] commented 2 years ago

Python World does not accept pull requests on this repository anymore.