Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit f08fd07

Browse files
Denys Smirnovdennwc
authored andcommitted
fix typo
Signed-off-by: Denys Smirnov <[email protected]>
1 parent b24a172 commit f08fd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ for node in it:
6767
# calling get() with an item will return the right type, but if you must ensure
6868
# that you are getting the expected type (to avoid errors in the queries) there
6969
# are alterative typed versions:
70-
x = next(ctx.filter("boolean(//*[@strtOffset or @endOffset])")).get_bool()
70+
x = next(ctx.filter("boolean(//*[@startOffset or @endOffset])")).get_bool()
7171
y = next(ctx.filter("name(//*[1])")).get_str()
7272
z = next(ctx.filter("count(//*)")).get_int() # or get_float()
7373

0 commit comments

Comments
 (0)