From 90be1be529f75c5a0f16ed38c210feafdd30fd1e Mon Sep 17 00:00:00 2001 From: Matthew Einhorn Date: Sat, 12 Jul 2014 13:10:29 -0400 Subject: [PATCH] Remove ugly (in tshirtman's words) emphesis. --- doc/sources/guide/basic.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/sources/guide/basic.rst b/doc/sources/guide/basic.rst index a7ee500fa..84676ac02 100644 --- a/doc/sources/guide/basic.rst +++ b/doc/sources/guide/basic.rst @@ -167,8 +167,6 @@ Customize the application Lets extend this application a bit, say a simple UserName/Password page. .. code-block:: python - :emphasize-lines: 2,4,7,9-17,23 - :linenos: from kivy.app import App from kivy.uix.gridlayout import GridLayout