File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -309,12 +309,12 @@ def sitemap_xml(request, project):
309
309
``project``. These versions are sorted by using semantic versioning
310
310
prepending ``latest`` and ``stable`` (if they are enabled) at the beginning.
311
311
312
- Following this order, the versions are assigned priorities change change
312
+ Following this order, the versions are assigned priorities and change
313
313
frequency. Starting from 1 and decreasing by 0.1 for priorities and starting
314
314
from daily, weekly to monthly for change frequency.
315
315
316
316
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
318
318
in the sitemap.
319
319
320
320
:param request: Django request object
You can’t perform that action at this time.
0 commit comments