diff --git a/docs/extend/python.md b/docs/extend/python.md
index be4a224..78cdf69 100644
--- a/docs/extend/python.md
+++ b/docs/extend/python.md
@@ -118,6 +118,9 @@ WeightTemplate = ParameterTemplate.create(api, { 'name' : 'Weight', 'units' : 'k
 ## Now we create the parameters
 ParameterLength = Parameter.create(api, { 'part': couch.pk, 'template': LengthTemplate.pk, 'data' : 2 })
 ParameterWeight = Parameter.create(api, { 'part': couch.pk, 'template': WeightTemplate.pk, 'data' : 60 })
+
+## Add a picture to the part
+couch.upload_image('my_nice_couch.jpg')
 ```
 
 #### Adding a location to the sofa