Skip to content

Commit d5d5d07

Browse files
Update compression formats (#3807)
1 parent 85737da commit d5d5d07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎reference/tools/files/basic.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ Usage:
189189
conan.tools.files.unzip()
190190
-------------------------
191191
192-
This function extract different compressed formats (``.tar.gz``, ``.tar``, ``.tzb2``, ``.tar.bz2``, ``.tgz``, ``.txz``,
193-
``tar.xz``, and ``.zip``) into the given destination folder.
192+
This function extract different compressed formats (``.tar``, ``.tar.gz``, ``.tgz``, ``.tar.bz2``, ``.tbz2``, ``.tar.xz``, ``.txz``,
193+
and ``.zip``) into the given destination folder.
194194
195195
It also accepts gzipped files, with extension ``.gz`` (not matching any of the above), and it will unzip them into a file with the same name
196196
but without the extension, or to a filename defined by the ``destination`` argument.

0 commit comments

Comments
 (0)