Remove nbsp in comments and documentation
This commit is contained in:
parent
44190f3f29
commit
c79dcc22df
5 changed files with 16 additions and 16 deletions
|
|
@ -55,7 +55,7 @@ class RentedPage(Page):
|
|||
yield book
|
||||
|
||||
def renew(self, id):
|
||||
# find the good box
|
||||
# find the good box
|
||||
input = self.document.find('//input[@value="%s"]' % id)
|
||||
self.browser.select_form("checkout_form")
|
||||
self.browser.form.set_all_readonly(False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue