commit | b4923786fa7671d1bfeca5fc1692a11eb9beb488 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Tue Apr 19 23:12:37 2011 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Tue Apr 19 23:12:37 2011 +0300 |
tree | 34c5eb7b9aa981402bae631649380828be3caec9 | |
parent | 7cb5ec0e60a51a4d6269ae03d2ff24fab3dc1c8a [diff] |
Fix wrong number of functions noticed by Sandro Tosi.
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 901cba1..e92847d 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst
@@ -200,7 +200,7 @@ Convenience Functions ^^^^^^^^^^^^^^^^^^^^^ -This module also defines two shortcut functions: +This module also defines the following shortcut functions: .. function:: call(*popenargs, **kwargs)