felixlindstrom / python-salesforce-api

Python Salesforce API wrapper made easy
MIT License
35 stars 15 forks source link

Simplify join usage #27

Closed ericbn closed 11 months ago

ericbn commented 11 months ago

join() receives an iterable and can receive a generator expression as parameter, and always returns a str.

Also: