Skip to content

Commit

Permalink
docs: Apply Code Embedder
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 7, 2024
1 parent ca54a3f commit 66c879e
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 @@ -27,7 +27,7 @@ pip install kajihs-utils
Embed code like this:

```python:dev/readme_snippets/formatted/features_demo.py
from kajihs_utils.core import batch, get_first
from kajihs_utils import batch, get_first

# Get first key existing in a dict:
d = {"a": 1, "b": 2, "c": 3}
Expand Down

0 comments on commit 66c879e

Please sign in to comment.