Skip to content

Commit 2b39ee3

Browse files
committed
Add more info on griffelib
1 parent bfdd1be commit 2b39ee3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Both commands accept a `-h`, `--help` argument to show all the available options
2222

2323
## Python library
2424

25-
As a library, Griffe exposes all its public API directly in the top-level module. It means you can simply import `griffe` to access all its API.
25+
As a library, Griffe exposes all its public API directly in the top-level module. It means you can simply import `griffe` or `griffelib` to access all its API.
2626

2727
```python
28-
import griffe
28+
import griffe # or griffelib
2929

3030
griffe.load(...)
3131
griffe.find_breaking_changes(...)

0 commit comments

Comments
 (0)