From 2908765ffd18f29df637eca2d7329ad54052cc61 Mon Sep 17 00:00:00 2001
From: =?utf8?q?=C3=89ric=20Araujo?= <merwok@netwok.org>
Date: Sun, 26 Dec 2010 02:38:05 +0000
Subject: [PATCH] Remove unexistent parameter (#3216)

---
 Doc/library/msilib.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doc/library/msilib.rst b/Doc/library/msilib.rst
index 138060d11f..270f4ff9f2 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
-- 
2.40.0