#3216: fix Execute's parameter description.

This commit is contained in:
Georg Brandl 2008-07-01 20:18:10 +00:00
parent 68b4e74a8d
commit dbd0ae383d
1 changed files with 4 additions and 5 deletions

View 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)