commit | 303b5de03b9c1479389df3cb50fb62852e008ee5 | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Fri Sep 04 14:02:24 2015 +0200 |
committer | Hynek Schlawack <hs@ox.cx> | Fri Sep 04 14:02:24 2015 +0200 |
tree | 42049eff3493b45dedd6da5a204dfe6ff52c1af2 | |
parent | 5a8abb8ae3387a078aab6167624578f7ca1cfd6b [diff] | |
parent | 6841723710be94dfbd08b0d0b04fc87ea6556fdf [diff] |
Merge pull request #316 from pyca/alex-patch-2 Fixed a test to really check what it was supposed to
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.