Skip to content

Commit a734e58

Browse files
chrisguoxrpkilby
authored andcommitted
Fix docs typos (encode#7006)
1 parent f98b6f3 commit a734e58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/community/3.10-announcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ urlpatterns = [
8484

8585
### Customization
8686

87-
For customizations that you want to apply across the the entire API, you can subclass `rest_framework.schemas.openapi.SchemaGenerator` and provide it as an argument
87+
For customizations that you want to apply across the entire API, you can subclass `rest_framework.schemas.openapi.SchemaGenerator` and provide it as an argument
8888
to the `generateschema` command or `get_schema_view()` helper function.
8989

9090
For specific per-view customizations, you can subclass `AutoSchema`,

docs/topics/documenting-your-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ If the python `Markdown` library is installed, then [markdown syntax][markdown]
221221
[ref]: http://example.com/activating-accounts
222222
"""
223223

224-
Note that when using viewsets the basic docstring is used for all generated views. To provide descriptions for each view, such as for the the list and retrieve views, use docstring sections as described in [Schemas as documentation: Examples][schemas-examples].
224+
Note that when using viewsets the basic docstring is used for all generated views. To provide descriptions for each view, such as for the list and retrieve views, use docstring sections as described in [Schemas as documentation: Examples][schemas-examples].
225225

226226
#### The `OPTIONS` method
227227

tests/test_relations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def test_representation_with_format(self):
251251
def test_improperly_configured(self):
252252
"""
253253
If a matching view cannot be reversed with the given instance,
254-
the the user has misconfigured something, as the URL conf and the
254+
the user has misconfigured something, as the URL conf and the
255255
hyperlinked field do not match.
256256
"""
257257
self.field.reverse = fail_reverse

0 commit comments

Comments
 (0)