From 64709b55794f0472335b578052a667468a4abcd3 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Wed, 22 May 2019 21:48:08 +0200 Subject: [PATCH] change in comments --- oletools/olevba.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/oletools/olevba.py b/oletools/olevba.py index a8ed874..578978e 100644 --- a/oletools/olevba.py +++ b/oletools/olevba.py @@ -1250,8 +1250,9 @@ def decompress_stream(compressed_container): """ Decompress a stream according to MS-OVBA section 2.4.1 - compressed_container: bytearray or bytes compressed according to the MS-OVBA 2.4.1.3.6 Compression algorithm - return the decompressed container as a bytes string + :param compressed_container bytearray: bytearray or bytes compressed according to the MS-OVBA 2.4.1.3.6 Compression algorithm + :return: the decompressed container as a bytes string + :rtype: bytes """ # 2.4.1.2 State Variables -- libgit2 0.21.4