Fixing some sphinx inline directives - detected using ``make check``.
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
index 29b02e9..b3739d6 100644
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -382,7 +382,7 @@
    .. note::
 
       On Windows, SIGTERM is an alias for :meth:`terminate`. CTRL_C_EVENT and
-      CTRL_BREAK_EVENT can be sent to processes started with a `creationflags`
+      CTRL_BREAK_EVENT can be sent to processes started with a *creationflags*
       parameter which includes `CREATE_NEW_PROCESS_GROUP`.