]> granicus.if.org Git - python/commitdiff
bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914)
authorTzu-ping Chung <uranusjr@gmail.com>
Sat, 7 Oct 2017 14:55:00 +0000 (22:55 +0800)
committerMariatta <Mariatta@users.noreply.github.com>
Sat, 7 Oct 2017 14:55:00 +0000 (07:55 -0700)
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.