From 8630ebf3f0bd1a5743f9d8507b12d6661c1b875b Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 12 Aug 2016 04:21:21 +0200 Subject: [PATCH] xattr: fix module docstring --- borg/xattr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/borg/xattr.py b/borg/xattr.py index 0099a2ad9..7a4a7ae92 100644 --- a/borg/xattr.py +++ b/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