From 9f5a88bd82e27f8e5bdf8ffae85618b2d3398cce Mon Sep 17 00:00:00 2001 From: klafyvel Date: Sat, 16 May 2020 12:56:09 +0200 Subject: [PATCH] Grammar nazi mode : on. --- freeradius_utils/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeradius_utils/auth.py b/freeradius_utils/auth.py index 3dd78fce..b2ec571a 100644 --- a/freeradius_utils/auth.py +++ b/freeradius_utils/auth.py @@ -25,7 +25,7 @@ """ Python backend for freeradius. -This file contain definition of some functions called by freeradius backend +This file contains definition of some functions called by freeradius backend during auth for wifi, wired device and nas. Other examples can be found here :