README.twisted: fixed GreenTransportCreator; its GreenClientCreator now

This commit is contained in:
Denis Bilenko
2009-01-12 13:19:21 +06:00
parent 200da24d7e
commit 6715b45c78

View File

@@ -82,7 +82,7 @@ object:
synchronously. synchronously.
To make a GreenTransport instance you can use To make a GreenTransport instance you can use
twistedutil.protocol.GreenTransportCreator (usage is similar to that of twistedutil.protocol.GreenClientCreator (usage is similar to that of
twisted.internet.protocol.ClientCreator) twisted.internet.protocol.ClientCreator)
For an example on how to get a connected GreenTransport instance, For an example on how to get a connected GreenTransport instance,