diff options
author | Tzu-ping Chung <uranusjr@gmail.com> | 2017-10-07 14:55:00 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-10-07 14:55:00 (GMT) |
commit | 28f713601d3ec80820e842dcb25a234093f1ff18 (patch) | |
tree | 0ff8ad331c9833e04bb97c1d0fa0b5fe2714ddcb | |
parent | 02e82a0596121e7b6fcd1142b60c744e8e254d41 (diff) | |
download | cpython-28f713601d3ec80820e842dcb25a234093f1ff18.zip cpython-28f713601d3ec80820e842dcb25a234093f1ff18.tar.gz cpython-28f713601d3ec80820e842dcb25a234093f1ff18.tar.bz2 |
bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914)
-rw-r--r-- | Doc/library/msilib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/msilib.rst b/Doc/library/msilib.rst index 0a42032..09d00a6 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. |