@@ -92,15 +92,15 @@ client.job.cancel(1)
9292
9393Get[ details] ( https://app.zencoder.com/docs/api/inputs/show ) about an input.
9494
95- The number passed to` details ` is the ID of a Zencoderjob .
95+ The number passed to` details ` is the ID of a Zencoderinput .
9696
9797``` python
9898client.input.details(1 )
9999```
100100
101101Get[ progress] ( https://app.zencoder.com/docs/api/inputs/progress ) for an input.
102102
103- The number passed to` progress ` is the ID of a Zencoderjob .
103+ The number passed to` progress ` is the ID of a Zencoderinput .
104104
105105``` python
106106client.input.progress(1 )
@@ -109,15 +109,15 @@ client.input.progress(1)
109109
110110Get[ details] ( https://app.zencoder.com/docs/api/outputs/show ) about an output.
111111
112- The number passed to` details ` is the ID of a Zencoderjob .
112+ The number passed to` details ` is the ID of a Zencoderoutput .
113113
114114``` python
115115client.output.details(1 )
116116```
117117
118118Get[ progress] ( https://app.zencoder.com/docs/api/outputs/progress ) for an output.
119119
120- The number passed to` progress ` is the ID of a Zencoderjob .
120+ The number passed to` progress ` is the ID of a Zencoderoutput .
121121
122122``` python
123123client.output.progress(1 )