Skip to content

Commit ea406d2

Browse files
committed
Updated docstring
1 parent 1638c4b commit ea406d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework_json_api/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(self, **kwargs):
2727

2828
def get_url(self, name, view_name, kwargs, request):
2929
"""
30-
Given an object, return the URL that hyperlinks to the object.
30+
Given a name, view name and kwargs, return the URL that hyperlinks to the object.
3131
3232
May raise a `NoReverseMatch` if the `view_name` and `lookup_field`
3333
attributes are not configured to correctly match the URL conf.

0 commit comments

Comments
 (0)