diff options
author | Leonard Richardson <leonardr@segfault.org> | 2019-07-07 12:38:10 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2019-07-07 12:38:10 -0400 |
commit | 1ca2ebb735882c19e295b77341d3c49af0a65c35 (patch) | |
tree | e191365c4bc04dd21be9969d40a0eb2810304130 /doc/source/index.rst | |
parent | e0d2193a8b5423de5f94ae612265a02742e25a12 (diff) |
Mention getText as a method that had its name changed in the BS3->BS4 transition. [bug=1831151]
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r-- | doc/source/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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`` |