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

Doc/library/msilib.rst

index 0a420329748cb306b802e016db298195ad8ae28c..09d00a6edee2ee330de9c317f6e8dcc301bb0aaa 100644 (file)
@@ -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.