From a7c6a4fd205e4d4d498413cf7aea3ebcf6faeacc Mon Sep 17 00:00:00 2001 From: Scott Sanders Date: Tue, 16 Sep 2014 08:15:58 -0400 Subject: [PATCH] Update docs to indicate a . is added --- gunicorn/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn/config.py b/gunicorn/config.py index 1a6a33ea..8f3498d5 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -1658,5 +1658,5 @@ class StatsdPrefix(Setting): default = "" validator = validate_string desc = """\ - prefix to use when emitting statsd metrics + prefix to use when emitting statsd metrics (a trailing . is added, if not provided) """