commit | b7a837d81b9464298c6cd5b375da0934d35738c4 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Aug 23 21:21:36 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Aug 23 21:21:36 2007 +0000 |
tree | f1d54089c801061b5da0cbddbbee6dea7a578eb1 | |
parent | 4ad9b8206c654a5b9874917fa5165453c81ed0e4 [diff] [blame] |
Bug #1734111: document struct.Struct.size.
diff --git a/Doc/library/struct.rst b/Doc/library/struct.rst index 2f27d13..9cf4eb2 100644 --- a/Doc/library/struct.rst +++ b/Doc/library/struct.rst
@@ -290,3 +290,8 @@ The format string used to construct this Struct object. +.. attribute:: Struct.size + + The calculated size of the struct (and hence of the string) corresponding + to :attr:`format`. +