浏览代码

xattr: fix module docstring

Thomas Waldmann 8 年之前
父节点
当前提交
8630ebf3f0
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 errno
 import os
 import os
 import re
 import re