diff options
| author | Daniel Hahler <github@thequod.de> | 2019-02-05 00:30:09 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-02-04 18:31:04 -0500 |
| commit | 071238f79d353476dcd83469e60eeaad8782e1c8 (patch) | |
| tree | e1e9673be37147c031fdfa80b0bb7553c56fda6b | |
| parent | c89ab95a3684c48dd377602686b85631f3f2be3c (diff) | |
[2.0.x] Fixed duplicate word in docs/releases/2.0.txt.
Backport of fdc4518fe296c169cf54f23fdad2e0fc8785c059 from master.
| -rw-r--r-- | docs/releases/2.0.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 2863997553..eab181bfe1 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -668,7 +668,7 @@ Miscellaneous except that it also requires a ``request``. * The ``DEFAULT_CONTENT_TYPE`` setting is deprecated. It doesn't interact well - well with third-party apps and is obsolete since HTML5 has mostly superseded + with third-party apps and is obsolete since HTML5 has mostly superseded XHTML. * ``HttpRequest.xreadlines()`` is deprecated in favor of iterating over the |
