mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
typo fixes
This commit is contained in:
parent
79751158e5
commit
a15afe71ea
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
|||
.. _subproc_types:
|
||||
|
||||
***********************
|
||||
Subprocess Types Tables
|
||||
***********************
|
||||
**********************
|
||||
Subprocess Types Table
|
||||
**********************
|
||||
Xonsh has a few different ways to launch subprocesses, each with their own
|
||||
unique interface depending on your need. The following table is a quick reference
|
||||
for the different suprocesses. The collumns have the following meaning:
|
||||
for the different suprocesses. The columns have the following meaning:
|
||||
|
||||
:Type: The sytnax for an example subprocess ``cmd``.
|
||||
:Type: The syntax for an example subprocess ``cmd``.
|
||||
:Output: Whether the output is streamed to stdout/stderr. If "captured", the output is
|
||||
not streamed as the ``cmd`` runs. If "uncaptured", the output is streamed.
|
||||
:Returns: The type of the object returned by the subprocess executions. For example,
|
||||
|
|
Loading…
Add table
Reference in a new issue