mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix docstring formatting of escape sequences.
This commit is contained in:
parent
2562ff2de3
commit
837dd93e3b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
"""subprocess - Subprocesses with accessible I/O streams
|
||||
r"""subprocess - Subprocesses with accessible I/O streams
|
||||
|
||||
This module allows you to spawn processes, connect to their
|
||||
input/output/error pipes, and obtain their return codes. This module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue