Skip to content

Commit 9b25846

Browse files
authored
Fix syntax in docs (#118)
1 parent f41bdfd commit 9b25846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ from ninja_jwt.controller import TokenObtainPairController
3737

3838
@api_controller('token', tags=['Auth'])
3939
class MyCustomController(TokenObtainPairController):
40-
"""obtain_token and refresh_token only"
40+
"""obtain_token and refresh_token only"""
4141
...
4242
api.register_controllers(MyCustomController)
4343
```

0 commit comments

Comments
 (0)