Skip to content

Commit

Permalink
Fix comment in setup.rst (#310)
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Marinello <[email protected]>
  • Loading branch information
mmaridev authored Aug 25, 2021
1 parent 3de540e commit 161d82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/contents/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ Custom User object::
class User(AbstractUser):

def process_groups(self, groups):
// process list of group names in argument 'groups'
# process list of group names in argument 'groups'
pass;

settings.py::
Expand Down

0 comments on commit 161d82d

Please sign in to comment.