anexia-it / django-rest-passwordreset

An extension of django rest framework, providing a configurable password reset strategy
BSD 3-Clause "New" or "Revised" License
419 stars 148 forks source link

Docstring does not describe function behavior #63

Closed Hall-Erik closed 4 years ago

Hall-Erik commented 5 years ago

Not a big deal, but I noticed the docstring for the test helper function rest_do_reset_password_with_token describes the preceding function instead.

https://github.com/anx-ckreuzberger/django-rest-passwordreset/blob/f5a91e63fa3b9930ba5c9f396c1106ab356f470d/tests/test/helpers.py#L59-L60