Fix documentation of nr parameter
This commit is contained in:
parent
17d54605fa
commit
ce133dcf8a
1 changed files with 1 additions and 1 deletions
|
|
@ -630,7 +630,7 @@ class HTMLPage(BasePage):
|
|||
:type xpath: :class:`str`
|
||||
:param name: if supplied, select a form with the given name
|
||||
:type name: :class:`str`
|
||||
:param nr: if supplied, take the n-th selected form
|
||||
:param nr: if supplied, take the n+1 th selected form
|
||||
:type nr: :class:`int`
|
||||
:rtype: :class:`Form`
|
||||
:raises: :class:`FormNotFound` if no form is found
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue