earl / beanstalkc

A simple beanstalkd client library for Python
Apache License 2.0
457 stars 115 forks source link

.using() docstring incorrect #27

Closed kyledj closed 11 years ago

kyledj commented 11 years ago

Just a little thing that tripped me up today.

Docstring implies the return value will be a list when the return value is a string.

Beanstalk Protocol

earl commented 11 years ago

Thanks, that inaccuracy definitely survived for too long.