minor change in README.twisted

This commit is contained in:
Denis Bilenko
2009-03-29 22:53:53 +07:00
parent 3fb9914eea
commit e12619f438

View File

@@ -77,7 +77,7 @@ application using deferToGreenThread see examples/twisted_http_proxy.py
Although eventlet provides eventlet.green.socket module that implements Although eventlet provides eventlet.green.socket module that implements
interface of the standard Python socket, there's also a way to use twisted's interface of the standard Python socket, there's also a way to use twisted's
network code in a synchronous fashion via GreenTransport class. network code in a synchronous fashion via GreenTransport class.
A GreenTransport interface is reminiscent of socket although it's not a drop-in A GreenTransport interface is reminiscent of socket but it's not a drop-in
replacement. It combines features of TCPTransport and Protocol in a single replacement. It combines features of TCPTransport and Protocol in a single
object: object: