2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 20:46:47 +00:00

Update python.md (#5264)

Just a typo corrected in a script sample.
This commit is contained in:
Sébastien APP 2023-07-18 01:04:58 +02:00 committed by GitHub
parent e8d16298a4
commit 5862c70b24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ If the primary-key of an object is already known, retrieving it from the databas
```python ```python
from inventree.part import PartCategory from inventree.part import PartCategory
category = PartCatgory(api, 10) category = PartCategory(api, 10)
``` ```
#### Multiple Items #### Multiple Items