From 27fef601d965ca4a12b8c93370d1bac13776a41a Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 11 Feb 2015 16:02:38 +0100 Subject: Don't hardcode the Python version --- src/mailman/rest/docs/queues.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mailman/rest/docs/queues.rst b/src/mailman/rest/docs/queues.rst index 861b6806f..df2753dc4 100644 --- a/src/mailman/rest/docs/queues.rst +++ b/src/mailman/rest/docs/queues.rst @@ -120,7 +120,7 @@ existing mailing list. content-length: 0 date: ... location: http://localhost:9001/3.0/lists/ant.example.com - server: WSGIServer/0.2 CPython/3.4.2 + server: WSGIServer/0.2 CPython/... status: 201 While list creation takes an FQDN list name, injecting a message to the queue -- cgit v1.3.1