From 1ca2ebb735882c19e295b77341d3c49af0a65c35 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sun, 7 Jul 2019 12:38:10 -0400 Subject: Mention getText as a method that had its name changed in the BS3->BS4 transition. [bug=1831151] --- doc/source/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/source/index.rst') diff --git a/doc/source/index.rst b/doc/source/index.rst index 767975d..9c0d52b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -3097,6 +3097,7 @@ Method names * ``findPrevious`` -> ``find_previous`` * ``findPreviousSibling`` -> ``find_previous_sibling`` * ``findPreviousSiblings`` -> ``find_previous_siblings`` +* ``getText`` -> ``get_text`` * ``nextSibling`` -> ``next_sibling`` * ``previousSibling`` -> ``previous_sibling`` -- cgit v1.2.3