diff options
| author | Jonathan Ballet <jon@multani.info> | 2011-07-16 14:14:58 +0900 |
|---|---|---|
| committer | Jonathan Ballet <jon@multani.info> | 2011-07-16 14:14:58 +0900 |
| commit | 648875f669d28a889671fd93fc6b1fec8613c056 (patch) | |
| tree | a2353c5e2a896b0a71bcce2779e74ea152ada45e /OpenSSL/test/__init__.py | |
| parent | 78b92a2f68ec960563e90c86bb41a2d128d0d1c8 (diff) | |
| download | pyopenssl-648875f669d28a889671fd93fc6b1fec8613c056.tar.gz | |
Fix markup to be compatible with Sphinx and add rough API doc
Diffstat (limited to 'OpenSSL/test/__init__.py')
| -rw-r--r-- | OpenSSL/test/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSSL/test/__init__.py b/OpenSSL/test/__init__.py index ccb4e9a..9b08060 100644 --- a/OpenSSL/test/__init__.py +++ b/OpenSSL/test/__init__.py @@ -2,5 +2,5 @@ # See LICENSE for details. """ -Package containing unit tests for L{OpenSSL}. +Package containing unit tests for :py:mod:`OpenSSL`. """ |
