Explorar o código

xattr: fix module docstring

Thomas Waldmann %!s(int64=8) %!d(string=hai) anos
pai
achega
8630ebf3f0
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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