Demonware / jose

Python implementation of the Javascript Object Signing and Encryption (JOSE) framework (https://datatracker.ietf.org/wg/jose/charter/)
BSD 3-Clause "New" or "Revised" License
95 stars 34 forks source link

Update jose.py #18

Open davaya opened 8 years ago

davaya commented 8 years ago

Docstring for sign() has two instances of :parameter. All other functions use :param. Fix for consistency, and for compliance with http://docs.ckan.org/en/latest/contributing/python.html#sphinx-field-lists.