Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f806197

Browse files
committed
Typo in test case.
1 parent 860f5a1 commit f806197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wcf/records/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def to_bytes(self):
419419
>>> ''.join('%02X' % ord(i) for i in DatetimeTextRecord(632834208000000000, 0).to_bytes())
420420
'9600408EF95B47C808'
421421
>>> ''.join('%02X' % ord(i) for i in DatetimeTextRecord(632834208000000000, 2).to_bytes())
422-
'9600408EF95B47C888't
422+
'9600408EF95B47C888'
423423
"""
424424
bytes = super(DatetimeTextRecord, self).to_bytes()
425425
bytes += struct.pack('<Q',

0 commit comments

Comments
 (0)