We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f3432 commit 850834dCopy full SHA for 850834d
docs/source/lint/index.rst
@@ -13,8 +13,10 @@ These checks help to prevent errors—an important step given that previous stud
13
query_string = '("digital health"[Title/Abstract]) AND ("privacy"[Title/Abstract]'
14
query = parse(query_string, syntax="pubmed")
15
# Output:
16
- # Fatal: unbalanced-parentheses (F0002) at position 66:
17
- # ("digital health"[Title/Abstract]) AND ("privacy"[Title/Abstract]
+ # ❌ Fatal: unbalanced-parentheses (F1001)
+ # Unbalanced opening parenthesis
18
+ # ("digital health"[Title/Abstract]) AND ("privacy"[Title/Abstract]
19
+ # ^^^
20
21
22
.. include:: errors_index.rst
0 commit comments