From 88f23b6b8158d3830589dce8787677cdb7d33404 Mon Sep 17 00:00:00 2001 From: Andrei Shabanski Date: Thu, 27 Apr 2023 22:53:26 +0500 Subject: [PATCH] [4.2.x] Refs #33662 -- Corrected Sitemap.get_languages_for_item() signature in docs. Backport of 5c456a879300e5f51010d3f6aa7449302413efed from main --- docs/ref/contrib/sitemaps.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/sitemaps.txt b/docs/ref/contrib/sitemaps.txt index 89c97698e3..f53ac03b5f 100644 --- a/docs/ref/contrib/sitemaps.txt +++ b/docs/ref/contrib/sitemaps.txt @@ -316,7 +316,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