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

Commit 1c7e161

Browse files
authored
Merge pull request #127 from vovak/patch-1
README.md: fix a typo in the example snippet
2 parents 51e6f0e + f67b6cb commit 1c7e161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ client = bblfsh.BblfshClient("0.0.0.0:9432")
5252
uast = client.parse("/path/to/file.py").uast
5353
print(uast)
5454
# "filter' allows you to use XPath queries to filter on result nodes:
55-
print(bblfsh.filter(uast, "//Import[@roleImport and @roleDeclaration]//alias")
55+
print(bblfsh.filter(uast, "//Import[@roleImport and @roleDeclaration]//alias"))
5656

5757
# filter\_[bool|string|number] must be used when using XPath functions returning
5858
# these types:

0 commit comments

Comments
 (0)