summaryrefslogtreecommitdiff
path: root/Doc/library/msilib.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/msilib.rst')
-rw-r--r--Doc/library/msilib.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/msilib.rst b/Doc/library/msilib.rst
index 270f4ff9f2..d3451c844b 100644
--- a/Doc/library/msilib.rst
+++ b/Doc/library/msilib.rst
@@ -88,8 +88,7 @@ structures.
record according to the schema of the table. For optional fields,
``None`` can be passed.
- Field values can be int or long numbers, strings, or instances of the Binary
- class.
+ Field values can be ints, strings, or instances of the Binary class.
.. class:: Binary(filename)
@@ -430,8 +429,9 @@ GUI classes
-----------
:mod:`msilib` provides several classes that wrap the GUI tables in an MSI
-database. However, no standard user interface is provided; use :mod:`bdist_msi`
-to create MSI files with a user-interface for installing Python packages.
+database. However, no standard user interface is provided; use
+:mod:`~distutils.command.bdist_msi` to create MSI files with a user-interface
+for installing Python packages.
.. class:: Control(dlg, name)