muatik / flask-profiler

a flask profiler which watches endpoint calls and tries to make some analysis.
MIT License
751 stars 95 forks source link

docs: Fix simple typo, reponse -> response #109

Closed timgates42 closed 3 years ago

timgates42 commented 4 years ago

There is a small typo in tests/test_measure_endpoint.py.

Should read response rather than reponse.

muatik commented 3 years ago

thanks @timgates42