commit | b6e92df365d66a2ea88987db197b45920072a884 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Sep 04 07:48:35 2015 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Sep 04 07:48:35 2015 -0400 |
tree | 09e50ee8eeeed87cd2e0dfdab5e04fc020b4fef0 | |
parent | 337e98423860f1e46b4afbcd2b1c45238193aadd [diff] |
Use correct syntax for a parameter.
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst index ef81892..e2f2bca 100644 --- a/doc/api/crypto.rst +++ b/doc/api/crypto.rst
@@ -24,7 +24,7 @@ .. py:function:: get_elliptic_curve(name) - Return a single curve object selected by name. + Return a single curve object selected by *name*. See :py:func:`get_elliptic_curves` for information about curve objects.