[Python-checkins] bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914)

Mariatta webhook-mailer at python.org
Sat Oct 7 10:55:03 EDT 2017


https://github.com/python/cpython/commit/28f713601d3ec80820e842dcb25a234093f1ff18
commit: 28f713601d3ec80820e842dcb25a234093f1ff18
branch: master
author: Tzu-ping Chung <uranusjr at gmail.com>
committer: Mariatta <Mariatta at users.noreply.github.com>
date: 2017-10-07T07:55:00-07:00
summary:

bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914)

files:
M Doc/library/msilib.rst

diff --git a/Doc/library/msilib.rst b/Doc/library/msilib.rst
index 0a420329748..09d00a6edee 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.
 
 



More information about the Python-checkins mailing list