Skip to content

Commit 82204c2

Browse files
authored
Double quotes
1 parent 18b0aa3 commit 82204c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/browsable-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To quickly add authentication to the browesable api, add a routes named `"login"
2222
```python
2323
urlpatterns = [
2424
# ...
25-
url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework'))
25+
url(r"^api-auth/", include("rest_framework.urls", namespace="rest_framework"))
2626
]
2727
```
2828

0 commit comments

Comments
 (0)