diff options
| author | Ryan Williams <breath@alum.mit.edu> | 2010-08-20 14:53:28 -0700 |
|---|---|---|
| committer | Ryan Williams <breath@alum.mit.edu> | 2010-08-20 14:53:28 -0700 |
| commit | 450f8853779024ce3f5028dddfffbc46855b03df (patch) | |
| tree | 6ab28aca989c34dba900c8e09236889b3010ce4d /doc/basic_usage.rst | |
| parent | 44994780051493352af6849b98eee06aa5be4427 (diff) | |
| download | eventlet-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.rst | 2 |
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`. |
