Skip to content

Commit

Permalink
Fix spurious print close paren
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed Sep 28, 2016
1 parent 65540af commit 6b80615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grok/ftests/errorviews/errorviews.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
>>> request = TestRequest()
>>> error = NotFound(object(), request)
>>> view = getMultiAdapter((error, request), name='index')
>>> print(view()))
>>> print(view())
This is my idea of a not found view.
>>> from grok import UnauthorizedView
Expand Down

0 comments on commit 6b80615

Please sign in to comment.