From 96256d5853944e5a991363226cedbf041edeabe1 Mon Sep 17 00:00:00 2001 From: r Date: Mon, 19 May 2014 06:53:26 -0700 Subject: [PATCH] Fixed typo in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc7eb76..9d65af8 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ print lob.Job.create(name='Joe Second Job', to='adr_fa1b063697e25611', ``` The above code block also shows optional parameters that can be passed -You can also pass a local file object when reating a job. +You can also pass a local file object when creating a job. ```python local_obj = [{'name' : 'My Local File Object',