correct Part uploadImage Parameter spelling (#5902)

This commit is contained in:
42CrMo4 2023-11-12 13:12:56 +01:00 committed by GitHub
parent 078538add2
commit a1ce2f53e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ ParameterWeight = Parameter.create(api, { 'part': couch.pk, 'template': WeightTe
These parameter templates need to be defined only once and can be used for all other parts. Lets finally add a picture.
```python
couch.upload_image('my_nice_couch.jpg')
couch.uploadImage('my_nice_couch.jpg')
```
### Adding Location Data