summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Shabanski <andrei-shabanski@users.noreply.github.com>2023-04-27 22:53:26 +0500
committerGitHub <noreply@github.com>2023-04-27 19:53:26 +0200
commit5c456a879300e5f51010d3f6aa7449302413efed (patch)
tree9d9ae6a67fd8be061e90f84778f8f0448426c3a2
parent720abed34304ec410c04a2e7a7dec7be4dae0d61 (diff)
downloaddjango-5c456a879300e5f51010d3f6aa7449302413efed.tar.gz
Refs #33662 -- Corrected Sitemap.get_languages_for_item() signature in docs.
-rw-r--r--docs/ref/contrib/sitemaps.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/sitemaps.txt b/docs/ref/contrib/sitemaps.txt
index af04611096..57bcc81a01 100644
--- a/docs/ref/contrib/sitemaps.txt
+++ b/docs/ref/contrib/sitemaps.txt
@@ -314,7 +314,7 @@ Note:
The latest ``lastmod`` returned by calling the method with all
items returned by :meth:`Sitemap.items`.
- .. method:: Sitemap.get_languages_for_item(item, lang_code)
+ .. method:: Sitemap.get_languages_for_item(item)
.. versionadded:: 4.2