]> granicus.if.org Git - python/commitdiff
bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) (GH-3916)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 7 Oct 2017 16:00:42 +0000 (09:00 -0700)
committerMariatta <Mariatta@users.noreply.github.com>
Sat, 7 Oct 2017 16:00:42 +0000 (09:00 -0700)
(cherry picked from commit 28f713601d3ec80820e842dcb25a234093f1ff18)

Doc/library/msilib.rst

index a4d382c15a98c0f3a828c6ce0ae1993d01181a7c..55785bd3e495ad5a4b8907b019fe5d2c916748b5 100644 (file)
@@ -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.