Skip to content

Commit

Permalink
Typo in line 82 for importing ReCaptchaField fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavhaswani committed Jun 5, 2021
1 parent 3cf6628 commit 6268228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -79,7 +79,7 @@ serializer. For example:
.. code-block:: python
from rest_framework import serializers
from rest_framework_recaptcha import ReCaptchaField
from rest_framework_recaptcha.fields import ReCaptchaField
class MySerializer(serializers.Serializer):
Expand Down

0 comments on commit 6268228

Please sign in to comment.