diff options
author | Éric Araujo <merwok@netwok.org> | 2010-12-26 02:38:05 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-12-26 02:38:05 (GMT) |
commit | 2908765ffd18f29df637eca2d7329ad54052cc61 (patch) | |
tree | d2c2642e49ef2b40cab05536b40434a526dae000 | |
parent | c9562f3cbefea4aabe2328a20d64352dacd9b731 (diff) | |
download | cpython-2908765ffd18f29df637eca2d7329ad54052cc61.zip cpython-2908765ffd18f29df637eca2d7329ad54052cc61.tar.gz cpython-2908765ffd18f29df637eca2d7329ad54052cc61.tar.bz2 |
Remove unexistent parameter (#3216)
-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 138060d..270f4ff 100644 --- a/Doc/library/msilib.rst +++ b/Doc/library/msilib.rst @@ -351,7 +351,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 |