Skip to content

Commit 0cddf09

Browse files
authored
Fix typo in docs (#7853)
1 parent b25ac6c commit 0cddf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/viewsets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ The decorator allows you to override any viewset-level configuration such as `pe
185185
def set_password(self, request, pk=None):
186186
...
187187

188-
The two new actions will then be available at the urls `^users/{pk}/set_password/$` and `^users/{pk}/unset_password/$`. Use the `url_path` and `url_name` parameters to change the URL segement and the reverse URL name of the action.
188+
The two new actions will then be available at the urls `^users/{pk}/set_password/$` and `^users/{pk}/unset_password/$`. Use the `url_path` and `url_name` parameters to change the URL segment and the reverse URL name of the action.
189189

190190
To view all extra actions, call the `.get_extra_actions()` method.
191191

0 commit comments

Comments
 (0)