From a54bc1ccac17625991e26eb5d4577f893803c683 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Mon, 15 Oct 2018 16:24:08 +0200
Subject: [PATCH] fix lint on src

---
 src/pyramid/paster.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pyramid/paster.py b/src/pyramid/paster.py
index eda4794..22c09e4 100644
--- a/src/pyramid/paster.py
+++ b/src/pyramid/paster.py
@@ -87,7 +87,7 @@
     for you if none is provided. You can mutate the request's ``environ``
     later to setup a specific host/port/scheme/etc.
 
-    ``options`` Is passed to get_app for use as variable assignments like 
+    ``options`` Is passed to get_app for use as variable assignments like
     {'http_port': 8080} and then use %(http_port)s in the
     config file.
 

--
Gitblit v1.9.3