Skip to content

Commit f34a0a4

Browse files
matthewhegartyrpkilby
authored andcommitted
Minor documentation fixes (#6543)
1 parent 13b9b0f commit f34a0a4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/api-guide/schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ can render the schema into the commonly used YAML-based OpenAPI format.
2020

2121
## Quickstart
2222

23-
There are two different ways you can serve a schema description for you API.
23+
There are two different ways you can serve a schema description for your API.
2424

2525
### Generating a schema with the `generateschema` management command
2626

docs/tutorial/1-serialization.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The tutorial is fairly in-depth, so you should probably get a cookie and a cup o
88

99
---
1010

11-
**Note**: The code for this tutorial is available in the [tomchristie/rest-framework-tutorial][repo] repository on GitHub. The completed implementation is also online as a sandbox version for testing, [available here][sandbox].
11+
**Note**: The code for this tutorial is available in the [encode/rest-framework-tutorial][repo] repository on GitHub. The completed implementation is also online as a sandbox version for testing, [available here][sandbox].
1212

1313
---
1414

@@ -218,7 +218,6 @@ Edit the `snippets/views.py` file, and add the following.
218218

219219
from django.http import HttpResponse, JsonResponse
220220
from django.views.decorators.csrf import csrf_exempt
221-
from rest_framework.renderers import JSONRenderer
222221
from rest_framework.parsers import JSONParser
223222
from snippets.models import Snippet
224223
from snippets.serializers import SnippetSerializer

0 commit comments

Comments
 (0)