mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
fix docstring typo
This commit is contained in:
parent
5960376d36
commit
884b21ffbe
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ logger = logging.getLogger(__name__)
|
|||
class NginxParser(object):
|
||||
"""Class handles the fine details of parsing the Nginx Configuration.
|
||||
|
||||
:ivar str root: Normalized abosulte path to the server root
|
||||
:ivar str root: Normalized absolute path to the server root
|
||||
directory. Without trailing slash.
|
||||
:ivar dict parsed: Mapping of file paths to parsed trees
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue