summaryrefslogtreecommitdiff
path: root/Doc/library/msilib.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-11-29 17:41:05 +0000
committerGeorg Brandl <georg@python.org>2007-11-29 17:41:05 +0000
commit1c36ee7a78c5f1d8e1b4947b32e5f534fb5acc27 (patch)
treeb45ba14fb244df6a92bd68f27e1990256cf21d30 /Doc/library/msilib.rst
parent9df4d14454b5843e51b3cadf6bff02a77791bfc9 (diff)
downloadcpython-1c36ee7a78c5f1d8e1b4947b32e5f534fb5acc27.tar.gz
Remove further mentions of long integers.
Diffstat (limited to 'Doc/library/msilib.rst')
-rw-r--r--Doc/library/msilib.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/msilib.rst b/Doc/library/msilib.rst
index c361a2908c..1c50d822f0 100644
--- a/Doc/library/msilib.rst
+++ b/Doc/library/msilib.rst
@@ -83,8 +83,7 @@ structures.
containing all fields of a 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 integers, strings, or instances of the Binary class.
.. class:: Binary(filename)