From b7718f044ddf32b1ad1b3a7d1f0f786787161c4a Mon Sep 17 00:00:00 2001 From: anarcat Date: Wed, 17 Dec 2014 10:11:02 -0500 Subject: [PATCH] Update internals.rst --- docs/internals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals.rst b/docs/internals.rst index cefa8968a..ef43054ff 100644 --- a/docs/internals.rst +++ b/docs/internals.rst @@ -309,6 +309,6 @@ data described above The resulting msgpack_ is then encoded using base64 and written to the -key file, wrapped using the builtin ``textwrap`` module with a +key file, wrapped using the standard ``textwrap`` module with a header. The header is a single line with the string ``ATTIC_KEY``, a space and a hexadecimal representation of the repository id.