From a4b335a64a6a34de36a2fcd93dc8118bd58dd733 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Wed, 10 Jun 2015 10:58:49 +0200 Subject: [PATCH] Remove the word `trivially` here A lot of things are trivial, or debatably trivial, but this is not one of them :) --- docs/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.rst b/docs/testing.rst index e0853b96..6387202b 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -274,7 +274,7 @@ this code to get the current user:: return user For a test it would be nice to override this user from the outside without -having to change some code. This can trivially be accomplished with +having to change some code. This can be accomplished with hooking the :data:`flask.appcontext_pushed` signal:: from contextlib import contextmanager