From 7551d992bac2c1ce2cec07f22e9b1abb9bb95fc2 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 11:12:36 -0400 Subject: [PATCH] python/python-kerberos: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/python-kerberos/README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python/python-kerberos/README b/python/python-kerberos/README index ea189ed842..a9207a005a 100644 --- a/python/python-kerberos/README +++ b/python/python-kerberos/README @@ -1,5 +1,5 @@ -This Python package is a high-level wrapper for Kerberos (GSSAPI) operations. -The goal is to avoid having to build a module that wraps the entire -Kerberos.framework, and instead offer a limited set of functions that do what -is needed for client/server Kerberos authentication based on - +This Python package is a high-level wrapper for Kerberos (GSSAPI) +operations. The goal is to avoid having to build a module that +wraps the entire Kerberos.framework, and instead offer a limited +set of functions that do what is needed for client/server Kerberos +authentication based on http://www.ietf.org/rfc/rfc4559.txt