Skip to content

Commit e6c6ecf

Browse files
Fix docstring for TAR_XZ archiving type.
Co-authored-by: Austin Raney <austin.raney@noaa.gov>
1 parent b5d3414 commit e6c6ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lib/core/dmod/core/dataset.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class DataArchiving(PydanticEnum):
3232
TAR_BZIP2 = (3, ".tar.bz2")
3333
""" Tar archiving with bzip2 compression. """
3434
TAR_XZ = (4, ".tar.xz")
35-
""" Tar archiving with bzip2 compression. """
35+
""" Tar archiving with lzma compression. """
3636
ZIP_0 = (5, ".zip")
3737
""" Zip archiving with level 0 compression (i.e., no compression at all). """
3838
ZIP_6 = (6, ".zip")

0 commit comments

Comments
 (0)