From 8a04ab7a57520a5c4676a01aa070b0397022bd7f Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Sat, 12 Jul 2014 12:11:56 +0200 Subject: [PATCH] doc: corrected "smooother" spelling --- kivy/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivy/config.py b/kivy/config.py index 7c793d34d..08bc1821d 100644 --- a/kivy/config.py +++ b/kivy/config.py @@ -124,7 +124,7 @@ Available configuration tokens 'multisamples': int, defaults to 2 Sets the `MultiSample Anti-Aliasing (MSAA) `_ level. - Increasing this value results in smooother graphics but at the cost of + Increasing this value results in smoother graphics but at the cost of processing time. .. warning::