]> granicus.if.org Git - python/commitdiff
Demote one warning to a note. There's no security risk here, just a note on usage...
authorRaymond Hettinger <python@rcn.com>
Thu, 4 Nov 2010 03:02:56 +0000 (03:02 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 4 Nov 2010 03:02:56 +0000 (03:02 +0000)
Doc/library/multiprocessing.rst

index 8fec5a340886796eb672d3afcebf7c9ce2bff9b2..3908bcb09cf47e3a8f2e9adfc4bed27d24cf8fbf 100644 (file)
@@ -16,7 +16,7 @@ to this, the :mod:`multiprocessing` module allows the programmer to fully
 leverage multiple processors on a given machine.  It runs on both Unix and
 Windows.
 
-.. warning::
+.. note::
 
     Some of this package's functionality requires a functioning shared semaphore
     implementation on the host operating system. Without one, the