Skip to content

Commit 48c327c

Browse files
authored
Fix schema typo (#7491)
1 parent 374c0d4 commit 48c327c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework/schemas/openapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def check_duplicate_operation_id(self, paths):
5050
'You have a duplicated operationId in your OpenAPI schema: {operation_id}\n'
5151
'\tRoute: {route1}, Method: {method1}\n'
5252
'\tRoute: {route2}, Method: {method2}\n'
53-
'\tAn operationId has to be unique accros your schema. Your schema may not work in other tools.'
53+
'\tAn operationId has to be unique across your schema. Your schema may not work in other tools.'
5454
.format(
5555
route1=ids[operation_id]['route'],
5656
method1=ids[operation_id]['method'],

0 commit comments

Comments
 (0)