From: Georg Brandl Date: Tue, 1 Jul 2008 20:18:10 +0000 (+0000) Subject: #3216: fix Execute's parameter description. X-Git-Tag: v2.6b2~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbd0ae383d7e23dfe219704605b55f556d2ee914;p=python #3216: fix Execute's parameter description. --- diff --git a/Doc/library/msilib.rst b/Doc/library/msilib.rst index fd666001d2..7dc3632a65 100644 --- a/Doc/library/msilib.rst +++ b/Doc/library/msilib.rst @@ -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)