]> granicus.if.org Git - python/commitdiff
Fix docstring formatting of escape sequences.
authorRaymond Hettinger <python@rcn.com>
Sun, 17 Oct 2004 16:36:53 +0000 (16:36 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 17 Oct 2004 16:36:53 +0000 (16:36 +0000)
Lib/subprocess.py

index 54702a0b4c0624d6266792e3d2cee9cdbc1c0fe5..76ea25fff4577f16a778ad919223ab0598465b44 100644 (file)
@@ -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