Skip to content

Commit 4127338

Browse files
committed
Typo
1 parent 6a3c12b commit 4127338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/core/views/serve.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,12 @@ def sitemap_xml(request, project):
285285
``project``. These versions are sorted by using semantic versioning
286286
prepending ``latest`` and ``stable`` (if they are enabled) at the beginning.
287287
288-
Following this order, the versions are assigned priorities change change
288+
Following this order, the versions are assigned priorities and change
289289
frequency. Starting from 1 and decreasing by 0.1 for priorities and starting
290290
from daily, weekly to monthly for change frequency.
291291
292292
If the project is private, the view raises ``Http404``. On the other hand,
293-
if the project is public but a version is private, this one i not included
293+
if the project is public but a version is private, this one is not included
294294
in the sitemap.
295295
296296
:param request: Django request object

0 commit comments

Comments
 (0)