Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jan 8, 2020
1 parent 9cf89df commit a2e12f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Releases
| Version: 1.19.3
| Released: 2020-01-08
**1.20 (2020-01-08)**:
- Add *format* method to :class:`inform.plural`.

**1.19 (2019-09-25)**:
Expand Down
4 changes: 2 additions & 2 deletions inform/inform.py
Original file line number Diff line number Diff line change
Expand Up @@ -2244,8 +2244,8 @@ def set_culprit(self, culprit):
... lines = f.read().splitlines()
... num_lines = count_lines(lines)
warning: setup.py, 5: empty line.
warning: setup.py, 8: empty line.
warning: setup.py, 13: empty line.
warning: setup.py, 9: empty line.
warning: setup.py, 14: empty line.
"""
return self.CulpritContextManager(self, culprit, append=False)
Expand Down

0 comments on commit a2e12f8

Please sign in to comment.