From a15afe71eacab3de8edd40335e0f3352791d0328 Mon Sep 17 00:00:00 2001 From: Anthony Scopatz Date: Wed, 4 Apr 2018 14:45:28 -0400 Subject: [PATCH] typo fixes --- docs/subproc_types.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/subproc_types.rst b/docs/subproc_types.rst index 68d0312d2..e49aa2de8 100644 --- a/docs/subproc_types.rst +++ b/docs/subproc_types.rst @@ -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,