From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 7 Oct 2017 16:00:42 +0000 (-0700) Subject: bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) (GH-3916) X-Git-Tag: v2.7.15rc1~175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7440655bc5526a1920eeb43b41b3b2173d76065e;p=python bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) (GH-3916) (cherry picked from commit 28f713601d3ec80820e842dcb25a234093f1ff18) --- diff --git a/Doc/library/msilib.rst b/Doc/library/msilib.rst index a4d382c15a..55785bd3e4 100644 --- a/Doc/library/msilib.rst +++ b/Doc/library/msilib.rst @@ -311,7 +311,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.