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/location.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pyramid/location.py b/src/pyramid/location.py
index b8542d1..d90aed0 100644
--- a/src/pyramid/location.py
+++ b/src/pyramid/location.py
@@ -48,7 +48,7 @@
 
     Calling ``lineage(thing2)`` will return a generator.  When we turn
     it into a list, we will get::
-    
+
       list(lineage(thing2))
       [ <Thing object at thing2>, <Thing object at thing1> ]
     """

--
Gitblit v1.9.3