Skip to content

Commit 4293576

Browse files
committed
Typo
1 parent e1f0104 commit 4293576

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
@@ -309,12 +309,12 @@ def sitemap_xml(request, project):
309309
``project``. These versions are sorted by using semantic versioning
310310
prepending ``latest`` and ``stable`` (if they are enabled) at the beginning.
311311
312-
Following this order, the versions are assigned priorities change change
312+
Following this order, the versions are assigned priorities and change
313313
frequency. Starting from 1 and decreasing by 0.1 for priorities and starting
314314
from daily, weekly to monthly for change frequency.
315315
316316
If the project is private, the view raises ``Http404``. On the other hand,
317-
if the project is public but a version is private, this one i not included
317+
if the project is public but a version is private, this one is not included
318318
in the sitemap.
319319
320320
:param request: Django request object

0 commit comments

Comments
 (0)