remove duplicate docstring line

This commit is contained in:
Noah Swartz 2015-12-01 15:57:02 -08:00
parent ab32e2fd26
commit d76cd9c315

View file

@ -19,7 +19,6 @@ class ApacheParser(object):
:ivar str root: Normalized absolute path to the server root
directory. Without trailing slash.
:ivar str root: Server root
:ivar set modules: All module names that are currently enabled.
:ivar dict loc: Location to place directives, root - configuration origin,
default - user config file, name - NameVirtualHost,