diff options
| author | Tim Graham <timograham@gmail.com> | 2017-07-18 08:24:49 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-07-18 08:24:49 -0400 |
| commit | 259875535b1fb4238eefbe9d50c761d0702a1ce2 (patch) | |
| tree | d73cc75c22d76cb0f1951cc582043fc98b5a0004 /docs/ref | |
| parent | 33d453b2a713ad2557b6ba31a903c142263641ed (diff) | |
Removed unneeded right quotes in docs to fix spelling errors.
A regression in pyenchant caused a problem:
https://github.com/rfk/pyenchant/issues/93
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/class-based-views/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/class-based-views/index.txt b/docs/ref/class-based-views/index.txt index 5670849562..17bd5315ff 100644 --- a/docs/ref/class-based-views/index.txt +++ b/docs/ref/class-based-views/index.txt @@ -51,7 +51,7 @@ used by themselves or inherited from. They may not provide all the capabilities required for projects, in which case there are Mixins which extend what base views can do. -Django’s generic views are built off of those base views, and were developed +Django's generic views are built off of those base views, and were developed as a shortcut for common usage patterns such as displaying the details of an object. They take certain common idioms and patterns found in view development and abstract them so that you can quickly write common views of |
