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 @@ -285,12 +285,12 @@ def sitemap_xml(request, project):
285
285
``project``. These versions are sorted by using semantic versioning
286
286
prepending ``latest`` and ``stable`` (if they are enabled) at the beginning.
287
287
288
- Following this order, the versions are assigned priorities change change
288
+ Following this order, the versions are assigned priorities and change
289
289
frequency. Starting from 1 and decreasing by 0.1 for priorities and starting
290
290
from daily, weekly to monthly for change frequency.
291
291
292
292
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
294
294
in the sitemap.
295
295
296
296
:param request: Django request object
You can’t perform that action at this time.
0 commit comments