Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
180
Issues
180
List
Boards
Labels
Milestones
Merge Requests
53
Merge Requests
53
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
weboob
weboob
Commits
d0a72914
Commit
d0a72914
authored
Nov 14, 2018
by
Florian Hatat
Committed by
Vincent A
Feb 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
guides.rst: remove trailing parentheses in ItemElement example
parent
507371a5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/guides/module.rst
docs/source/guides/module.rst
+1
-1
No files found.
docs/source/guides/module.rst
View file @
d0a72914
...
...
@@ -393,7 +393,7 @@ For example::
item_xpath = '//ul[@id="list"]/li'
class item(ItemElement):
klass = Account
()
klass = Account
obj_id = Attr('id')
obj_label = CleanText('./td[@class="name"]')
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment