Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
v-aparna authored Mar 10, 2023
1 parent 5237c81 commit f78b1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ def sayHello:
```

- If you like to access the queries for your decoraded functions you can run ```help(yourfunction)``` or ```print(function.__doc__)```
- If you like to access the queries for your decoraded functions you can run ```help(yourfunction)``` or ```print(yourfunction.__doc__)```

- Unfortunately it is not possible to have the queries in the tooltips due to the [static Analyzer](https://github.com/davidhalter/jedi/issues/1921). We are currently figuring out to build a VS Code PlugIn to make it work.

0 comments on commit f78b1e6

Please sign in to comment.