Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
Merge branch 'main' into migration-quickfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann authored Mar 19, 2023
2 parents 0f58c13 + 6c3bd43 commit bde3c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/package-parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ A tool to analyze client and API code written in Python.
# Step 1:
parse-package api -p sklearn -o out
```
2. Analyze client code of this API:
2. Analyze client code that uses this API:
```shell
parse-package usages -p sklearn -s "Kaggle Kernels" -o out
parse-package usages -p sklearn -c "Kaggle Kernels" -o out
```
3. Generate annotations for the API:
```shell
Expand Down

0 comments on commit bde3c86

Please sign in to comment.