# HG changeset patch # User Martin von Zweigbergk # Date 2015-06-10 21:49:27 # Node ID 5bee483705e8f3057ef5967188338ffe1227d409 # Parent 86472038dfd2ea8450437cabfdeb31ec75dc5947 bundle2: clarify in docstring that header size is for a single header The docstring for the header size field currently says "The total number of Bytes used by the part headers", but the size is about a single header, so let's change it to "header". diff --git a/mercurial/bundle2.py b/mercurial/bundle2.py --- a/mercurial/bundle2.py +++ b/mercurial/bundle2.py @@ -66,7 +66,7 @@ Binary format is as follow :header size: int32 - The total number of Bytes used by the part headers. When the header is empty + The total number of Bytes used by the part header. When the header is empty (size = 0) this is interpreted as the end of stream marker. :header: