update docstring

This commit is contained in:
Erica Portnoy 2017-10-04 13:01:05 -07:00
parent 7567cdb0ce
commit 8022d6c6f0

View file

@ -228,6 +228,8 @@ class NginxConfigurator(common.Installer):
hostname. Currently we just ignore this.
:param str target_name: domain name
:param bool raise_if_no_match: True iff not finding a match is an error;
otherwise, return None
:returns: ssl vhost associated with name
:rtype: :class:`~certbot_nginx.obj.VirtualHost`