diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/msilib.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/msilib.rst b/Doc/library/msilib.rst index 270f4ff..efb6667 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) |