Skip to content

Commit 6a9b6fa

Browse files
committed
fix for README
1 parent 15fd893 commit 6a9b6fa

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ one directory using the ``downloadAll()`` method.
6767
},
6868
'input': 'upload',
6969
'file': open('tests/input.pdf', 'rb')
70+
})
7071
process.wait()
7172
process.downloadAll("tests")
72-
})
73+
7374
7475
Alternatively you can iterate over ``process['output']['files']`` and
7576
download them seperately using

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author = Josias Montag
55
author-email = info@cloudconvert.com
66
home-page = https://cloudconvert.com
77
summary = Official CloudConvert API wrapper
8-
description-file = README.md
8+
description-file = README.rst
99
license = BSD
1010
platforms = "Posix; MacOS X; Windows"
1111
requires-dist =

0 commit comments

Comments
 (0)