pyca / pynacl

Python binding to the Networking and Cryptography (NaCl) library
https://pynacl.readthedocs.io/
Apache License 2.0
1.06k stars 233 forks source link

Move documentation of nacl.exceptions.ensure to correct file. #647

Closed jakob closed 3 years ago

jakob commented 3 years ago

The documentation for ensure was in the file utils.rst, but the function is part of the nacl.exceptions module.

I've also added an example to the docs.

~Note: I have not yet tried actually building the docs, so I hope I didn't break anything.~ I figured out how to build the docs and fixed my Syntax error