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::