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 a4d382c..55785bd 100644
--- a/Doc/library/msilib.rst
+++ b/Doc/library/msilib.rst
@@ -311,7 +311,7 @@
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.