jarus / flask-testing

Unittest extensions for Flask
http://pythonhosted.org/Flask-Testing/
Other
502 stars 111 forks source link

docs/index.rst minor fix: Remove 's', 'assertEquals()' line 122 index.rst #160

Open mcmasterml opened 10 months ago

mcmasterml commented 10 months ago

Changed assertEquals to assertEqual (no s).

assertEquals gives a DeprecationWarning: Please use assertEqual instead.

No other typos found in index.rst 👍

This is my first contribution to a project, please be nice :) Thank you! <3