diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2017-10-07 16:00:27 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-10-07 16:00:27 (GMT) |
commit | 5f396dba1d11356ab18e3bec130596197e741a64 (patch) | |
tree | 90762d154ce2538385548ec1011ec97029483110 | |
parent | 93c0885dc84381cbbb970402b1a21bf690ee312c (diff) | |
download | cpython-5f396dba1d11356ab18e3bec130596197e741a64.zip cpython-5f396dba1d11356ab18e3bec130596197e741a64.tar.gz cpython-5f396dba1d11356ab18e3bec130596197e741a64.tar.bz2 |
bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) (GH-3917)
(cherry picked from commit 28f713601d3ec80820e842dcb25a234093f1ff18)
-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. |