Browse Source

xattr: fix module docstring

Thomas Waldmann 8 năm trước cách đây
mục cha
commit
8630ebf3f0
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      borg/xattr.py

+ 2 - 2
borg/xattr.py

@@ -1,5 +1,5 @@
-"""A basic extended attributes (xattr) implementation for Linux and MacOS X
-"""
+"""A basic extended attributes (xattr) implementation for Linux, FreeBSD and MacOS X."""
+
 import errno
 import os
 import re