Ignore:
Timestamp:
07/23/17 15:47:48 (7 years ago)
Author:
obi
Message:

reset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localhoster/lib/python2.7/test/test_codecs.py

    r40658 r40661  
    4848        self.assertEqual(r.charbuffer, u"")
    4949
    50         # do the check again, this time using an incremental decoder
     50        # do the check again, this time using a incremental decoder
    5151        d = codecs.getincrementaldecoder(self.encoding)()
    5252        result = u""
Note: See TracChangeset for help on using the changeset viewer.