diff options
author | Éric Araujo <merwok@netwok.org> | 2010-12-26 02:39:48 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-12-26 02:39:48 (GMT) |
commit | c6dc95f5f8dd558ba3b67cb2dffd94fdcb801935 (patch) | |
tree | 3828ab2b0e15a9e9b15a25560bcb9ebfd482d96c /Doc | |
parent | 5c804ffa6e226e2cb81aace55337b55119f9d6c5 (diff) | |
download | cpython-c6dc95f5f8dd558ba3b67cb2dffd94fdcb801935.zip cpython-c6dc95f5f8dd558ba3b67cb2dffd94fdcb801935.tar.gz cpython-c6dc95f5f8dd558ba3b67cb2dffd94fdcb801935.tar.bz2 |
Merged revisions 87489 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r87489 | eric.araujo | 2010-12-26 03:38:05 +0100 (dim., 26 déc. 2010) | 2 lines
Remove unexistent parameter (#3216)
........
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/msilib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/msilib.rst b/Doc/library/msilib.rst index 7d64de3..a412609 100644 --- a/Doc/library/msilib.rst +++ b/Doc/library/msilib.rst @@ -353,7 +353,7 @@ Directory Objects ----------------- -.. class:: Directory(database, cab, basedir, physical, logical, default, component, [componentflags]) +.. class:: Directory(database, cab, basedir, physical, logical, default, [componentflags]) Create a new directory in the Directory table. There is a current component at each point in time for the directory, which is either explicitly created through |