Skip to content

Commit c9e7072

Browse files
committed
lower verbosity in README.md
1 parent 9a9a726 commit c9e7072

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ Now every call to :code:`watch_movie` will require that validator :code:`can_wat
7979
8080
>>> watch_movie(bob, horror) # doctest: +IGNORE_EXCEPTION_DETAIL
8181
Traceback (most recent call last):
82-
File "business_logic/core.py", line 48, in wrapper
83-
raise ServiceException("Validation failed!")
8482
business_logic.exceptions.LogicException: Validation failed!
8583
8684
@@ -124,8 +122,6 @@ Chaining validators is really easy and readable:
124122
125123
>>> can_watch_movie(bob, horror) # doctest: +IGNORE_EXCEPTION_DETAIL
126124
Traceback (most recent call last):
127-
File "business_logic/core.py", line 48, in wrapper
128-
raise LogicException("Validation failed!")
129125
business_logic.exceptions.LogicException: Validation failed!
130126
131127

0 commit comments

Comments
 (0)