From 8e762ec54adafbc5ea9f6b7112bc2fad9c225489 Mon Sep 17 00:00:00 2001 From: dessant Date: Fri, 4 Dec 2015 01:47:06 +0200 Subject: [PATCH] Rioboto -> Roboto --- examples/widgets/codeinput.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/widgets/codeinput.py b/examples/widgets/codeinput.py index 0363487be..da55623fc 100644 --- a/examples/widgets/codeinput.py +++ b/examples/widgets/codeinput.py @@ -114,7 +114,7 @@ class CodeInputTest(App): if file.endswith('.ttf')] fnt_name = Spinner( - text='RiobotoMono', + text='RobotoMono', option_cls=Fnt_SpinnerOption, values=fonts) fnt_name.bind(text=self._update_font)