summaryrefslogtreecommitdiff
path: root/doc/pycurl.rst
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2014-02-10 16:24:09 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2014-02-10 18:21:50 -0500
commit5170626bbcd5b4d292fadfc55e3cd5de7a73ae18 (patch)
treeaaa96eced645ec5486d72d1aa457db2fa5782874 /doc/pycurl.rst
parentf920a97ae3865346c187ab1edcd639ee995ee086 (diff)
downloadpycurl-5170626bbcd5b4d292fadfc55e3cd5de7a73ae18.tar.gz
Convert presentation of pycurl.version documentation
Diffstat (limited to 'doc/pycurl.rst')
-rw-r--r--doc/pycurl.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/pycurl.rst b/doc/pycurl.rst
index bf40441..f09ff7b 100644
--- a/doc/pycurl.rst
+++ b/doc/pycurl.rst
@@ -7,18 +7,18 @@ pycurl Module Functionality
.. autofunction:: pycurl.global_cleanup
-**pycurl.version**
+.. data:: pycurl.version
-This is a string with version information on libcurl, corresponding to
-`curl_version`_ in libcurl.
+ This is a string with version information on libcurl, corresponding to
+ `curl_version`_ in libcurl.
-Example usage:
+ Example usage:
-::
+ ::
- >>> import pycurl
- >>> pycurl.version
- 'PycURL/7.19.3 libcurl/7.33.0 OpenSSL/0.9.8x zlib/1.2.7'
+ >>> import pycurl
+ >>> pycurl.version
+ 'PycURL/7.19.3 libcurl/7.33.0 OpenSSL/0.9.8x zlib/1.2.7'
.. autofunction:: pycurl.version_info