cloudflare / tls-tris

crypto/tls, now with 100% more 1.3. THE API IS NOT STABLE AND DOCUMENTATION IS NOT GUARANTEED.
Other
291 stars 51 forks source link

Clean up Python Docstrings. #189

Open jbampton opened 4 years ago

jbampton commented 4 years ago

For consistency, always use """triple double quotes""" around docstrings.

Also removed some whitespace.

https://www.python.org/dev/peps/pep-0257/