Skip to content

Commit

Permalink
consistent spacing around =
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Jul 13, 2015
1 parent 8abe07d commit 24f035f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/testing/doctestcase.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ The DocTest constructor accepts standard ``optionflags`` and
... '...'
... '''
...
... @DocTest('test4e.txt', optionflags = doctest.ELLIPSIS)
... @DocTest('test4e.txt', optionflags=doctest.ELLIPSIS)
... def test4(self):
... self.x = 5
>>> suite = loader.loadTestsFromTestCase(MyTest)
Expand Down

0 comments on commit 24f035f

Please sign in to comment.