File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ The parser then exposes many "standard" functions as you'd find on the web for a
6868
6969 getElementById - Returns a single AdvancedTag (or None) if found an element matching the provided ID
7070
71- getElementsByClassName - Returns a list of all elements containing a class name
71+ getElementsByClassName - Returns a list of all elements containing one or more space-separated class names
7272
7373 getElementsByAttr - Returns a list of all elements matching a paticular attribute/value pair.
7474
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ The parser then exposes many "standard" functions as you'd find on the web for a
7878
7979 getElementById \- Returns a single AdvancedTag (or None) if found an element matching the provided ID
8080
81- getElementsByClassName \- Returns a list of all elements containing a class name
81+ getElementsByClassName \- Returns a list of all elements containing one or more space \- separated class names
8282
8383 getElementsByAttr \- Returns a list of all elements matching a paticular attribute/value pair.
8484
You can’t perform that action at this time.
0 commit comments