Skip to content

Commit

Permalink
Fix docstring; the 'faces' term was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Jun 2, 2012
1 parent 483824e commit dc19b86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions minerva/mserver.py
Expand Up @@ -536,8 +536,9 @@ def transportOnline(self, transport, wantsStrings, succeedsTransport):
"""
Private. Do not call this.
Called by faces to tell me that new transport C{transport} has connected.
This is called even for very-short-term C2S HTTP transports.
Called by L{ServerTransport} to tell me that new transport
C{transport} has connected. This is called even for very-short-term
C2S HTTP transports.
If L{wantsStrings} is truthy, this transport wants to receive strings.
Expand Down

0 comments on commit dc19b86

Please sign in to comment.