summaryrefslogtreecommitdiff
path: root/doc/api/fdpexpect.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/fdpexpect.rst')
-rw-r--r--doc/api/fdpexpect.rst12
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/api/fdpexpect.rst b/doc/api/fdpexpect.rst
index 8321454..3ddf2cd 100644
--- a/doc/api/fdpexpect.rst
+++ b/doc/api/fdpexpect.rst
@@ -13,10 +13,8 @@ fdspawn class
.. automethod:: isalive
.. automethod:: close
- .. note::
- :class:`fdspawn` inherits all of the methods of :class:`~pexpect.spawn`,
- but not all of them can be used, especially if the file descriptor is not
- a terminal. Some methods may do nothing (e.g. :meth:`~fdspawn.kill`), while
- others will raise an exception (e.g. :meth:`~fdspawn.terminate`).
- This behaviour might be made more consistent in the future, so try to
- avoid relying on it. \ No newline at end of file
+ .. method:: expect
+ expect_exact
+ expect_list
+
+ As :class:`pexpect.spawn`.