Skip to content

Commit 5a66911

Browse files
committed
Fix a few random docs typos
1 parent 012dbc6 commit 5a66911

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

registration/models.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def delete_expired_users(self):
256256
Regularly clearing out accounts which have never been
257257
activated serves two useful purposes:
258258
259-
1. It alleviates the ocasional need to reset a
259+
1. It alleviates the occasional need to reset a
260260
``RegistrationProfile`` and/or re-send an activation email
261261
when a user does not receive or does not act upon the
262262
initial activation email; since the account will be
@@ -372,7 +372,7 @@ def send_activation_email(self, site, request=None):
372372
``RegistrationProfile``.
373373
374374
The activation email will use the following templates,
375-
which can be overriden by setting ACTIVATION_EMAIL_SUBJECT,
375+
which can be overridden by setting ACTIVATION_EMAIL_SUBJECT,
376376
ACTIVATION_EMAIL_BODY, and ACTIVATION_EMAIL_HTML appropriately:
377377
378378
``registration/activation_email_subject.txt``
@@ -550,7 +550,7 @@ def send_admin_approve_email(self, user, site, request=None):
550550
approve this user.
551551
552552
The approval email will use the following templates,
553-
which can be overriden by setting APPROVAL_EMAIL_SUBJECT,
553+
which can be overridden by setting APPROVAL_EMAIL_SUBJECT,
554554
APPROVAL_EMAIL_BODY, and APPROVAL_EMAIL_HTML appropriately:
555555
556556
``registration/admin_approve_email_subject.txt``
@@ -650,7 +650,7 @@ def send_admin_approve_complete_email(self, site, request=None):
650650
``SupervisedRegistrationProfile``.
651651
652652
The email will use the following templates,
653-
which can be overriden by settings APPROVAL_COMPLETE_EMAIL_SUBJECT,
653+
which can be overridden by settings APPROVAL_COMPLETE_EMAIL_SUBJECT,
654654
APPROVAL_COMPLETE_EMAIL_BODY, and APPROVAL_COMPLETE_EMAIL_HTML appropriately:
655655
656656
``registration/admin_approve_complete_email_subject.txt``

registration/tests/default_backend.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def test_registration(self):
9999

100100
def test_registration_no_email(self):
101101
"""
102-
Overriden Registration view does not send an activation email if the
102+
Overridden Registration view does not send an activation email if the
103103
associated class variable is set to ``False``
104104
105105
"""

0 commit comments

Comments
 (0)