mirror of https://github.com/kivy/kivy.git
doc: corrected "smooother" spelling
This commit is contained in:
parent
a17ba0d95f
commit
8a04ab7a57
|
@ -124,7 +124,7 @@ Available configuration tokens
|
||||||
'multisamples': int, defaults to 2
|
'multisamples': int, defaults to 2
|
||||||
Sets the `MultiSample Anti-Aliasing (MSAA)
|
Sets the `MultiSample Anti-Aliasing (MSAA)
|
||||||
<http://en.wikipedia.org/wiki/Multisample_anti-aliasing>`_ level.
|
<http://en.wikipedia.org/wiki/Multisample_anti-aliasing>`_ 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.
|
processing time.
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
Loading…
Reference in New Issue