From: Tzu-ping Chung Date: Sat, 7 Oct 2017 14:55:00 +0000 (+0800) Subject: bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) X-Git-Tag: v3.7.0a2~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28f713601d3ec80820e842dcb25a234093f1ff18;p=thirdparty%2FPython%2Fcpython.git bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) --- diff --git a/Doc/library/msilib.rst b/Doc/library/msilib.rst index 0a420329748c..09d00a6edee2 100644 --- a/Doc/library/msilib.rst +++ b/Doc/library/msilib.rst @@ -312,7 +312,7 @@ Record Objects Errors ------ -All wrappers around MSI functions raise :exc:`MsiError`; the string inside the +All wrappers around MSI functions raise :exc:`MSIError`; the string inside the exception will contain more detail.