File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ BaseTransport
36
36
37
37
Base class for transports.
38
38
39
- .. method :: close(self )
39
+ .. method :: close()
40
40
41
41
Close the transport. If the transport has a buffer for outgoing
42
42
data, buffered data will be flushed asynchronously. No more data
43
43
will be received. After all buffered data is flushed, the
44
44
protocol's :meth: `connection_lost ` method will be called with
45
45
:const: `None ` as its argument.
46
46
47
- .. method :: is_closing(self )
47
+ .. method :: is_closing()
48
48
49
49
Return ``True `` if the transport is closing or is closed.
50
50
@@ -251,7 +251,7 @@ BaseSubprocessTransport
251
251
if it hasn't returned, similarly to the
252
252
:attr: `subprocess.Popen.returncode ` attribute.
253
253
254
- .. method :: kill(self )
254
+ .. method :: kill()
255
255
256
256
Kill the subprocess, as in :meth: `subprocess.Popen.kill `.
257
257
You can’t perform that action at this time.
0 commit comments