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

(cherry picked from commit 28f713601d)
This commit is contained in:
Miss Islington (bot) 2017-10-07 09:00:27 -07:00 committed by Mariatta
parent 93c0885dc8
commit 5f396dba1d

View file

@ -312,7 +312,7 @@ Record Objects
Errors 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. exception will contain more detail.