[docs] A minor bug in code examples

Yukun Guo gyk.net at gmail.com
Wed Apr 27 07:19:26 CEST 2011


@ http://docs.python.org/library/struct.html#examples

-     >>> Student._make(unpack('<10sHHb', s))
+    >>> Student._make(unpack('<10sHHb', record))


More information about the docs mailing list