From 8022d6c6f0dc7bda87812a74d6fb9abd6833e2d0 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 4 Oct 2017 13:01:05 -0700 Subject: [PATCH] update docstring --- certbot-nginx/certbot_nginx/configurator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/certbot-nginx/certbot_nginx/configurator.py b/certbot-nginx/certbot_nginx/configurator.py index d9e440c8a..b56419723 100644 --- a/certbot-nginx/certbot_nginx/configurator.py +++ b/certbot-nginx/certbot_nginx/configurator.py @@ -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`