Skip to content

Commit

Permalink
Merge pull request #2 from psalmbrovic/fix-typo
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
aoamusat authored Jan 20, 2025
2 parents 7fa741d + 9ba4de6 commit 24e4598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ pip install iniutil
## Usage
```python
from iniutil import parse_ini
confg = parse_ini("path/to/config.ini")
```
config = parse_ini("path/to/config.ini")
```

0 comments on commit 24e4598

Please sign in to comment.