From 75e8952e788f4081e10498563acd4626c378bfe1 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 23 Nov 2019 21:53:37 +0100 Subject: [PATCH] Fix a docstring formatting issue This resulted in Sphinx altering the layout significantly. --- xattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xattr.c b/xattr.c index 0087b7e..16b6876 100644 --- a/xattr.c +++ b/xattr.c @@ -1184,7 +1184,7 @@ static char __xattr_doc__[] = \ " a :exc:`EnvironmentError`; under\n" " Linux, the following ``errno`` values are used:\n" "\n" - " - ``ENODATA`` means that the attribute name is\n invalid\n" + " - ``ENODATA`` means that the attribute name is invalid\n" " - ``ENOTSUP`` and ``EOPNOTSUPP`` mean that the filesystem does not\n" " support extended attributes, or that the namespace is invalid\n" " - ``E2BIG`` mean that the attribute value is too big\n" -- 2.39.5