]> granicus.if.org Git - python/commitdiff
#3216: fix Execute's parameter description.
authorGeorg Brandl <georg@python.org>
Tue, 1 Jul 2008 20:18:10 +0000 (20:18 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 1 Jul 2008 20:18:10 +0000 (20:18 +0000)
Doc/library/msilib.rst

index fd666001d2a6cb2d7c612537083e3ccd065f9d52..7dc3632a659434a67ca34260e9bc04fc6ccb0d48 100644 (file)
@@ -1,4 +1,3 @@
-
 :mod:`msilib` --- Read and write Microsoft Installer files
 ==========================================================
 
@@ -165,11 +164,11 @@ View Objects
 ------------
 
 
-.. method:: View.Execute([params=None])
+.. method:: View.Execute(params)
 
-   Execute the SQL query of the view, through :cfunc:`MSIViewExecute`. *params* is
-   an optional record describing actual values of the parameter tokens in the
-   query.
+   Execute the SQL query of the view, through :cfunc:`MSIViewExecute`. If
+   *params* is not ``None``, it is a record describing actual values of the
+   parameter tokens in the query.
 
 
 .. method:: View.GetColumnInfo(kind)