summaryrefslogtreecommitdiff
path: root/doc/basic_usage.rst
diff options
context:
space:
mode:
authorRyan Williams <breath@alum.mit.edu>2010-08-20 14:53:28 -0700
committerRyan Williams <breath@alum.mit.edu>2010-08-20 14:53:28 -0700
commit450f8853779024ce3f5028dddfffbc46855b03df (patch)
tree6ab28aca989c34dba900c8e09236889b3010ce4d /doc/basic_usage.rst
parent44994780051493352af6849b98eee06aa5be4427 (diff)
downloadeventlet-450f8853779024ce3f5028dddfffbc46855b03df.tar.gz
Fixed sphinx warnings, thanks to jbergstroem for buggin' me about them.
Diffstat (limited to 'doc/basic_usage.rst')
-rw-r--r--doc/basic_usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/basic_usage.rst b/doc/basic_usage.rst
index 7b0aad3..0a974f3 100644
--- a/doc/basic_usage.rst
+++ b/doc/basic_usage.rst
@@ -78,6 +78,6 @@ Network Convenience Functions
.. autofunction:: eventlet.serve
-.. autofunction:: eventlet.StopServe
+.. autoclass:: eventlet.StopServe
These are the basic primitives of Eventlet; there are a lot more out there in the other Eventlet modules; check out the :doc:`modules`.