Skip to content

Commit 5b8dcad

Browse files
committed
1 parent b52e372 commit 5b8dcad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ decorator. For example:
195195
from rest_framework.schemas import AutoSchema
196196

197197
class CustomAutoSchema(AutoSchema):
198-
def get_link(*args):
198+
def get_link(self, path, method, base_url):
199199
# override view introspection here...
200200

201201
@api_view(['GET'])

0 commit comments

Comments
 (0)