From 050fef2560c85a2d8aeb2c9f5d4e404b984c34f6 Mon Sep 17 00:00:00 2001 From: Bas Nijholt <basnijholt@gmail.com> Date: Tue, 1 Nov 2016 15:05:08 +0000 Subject: [PATCH] fix indentation on index page --- content/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/index.rst b/content/index.rst index f9d5fec..fb6cc98 100644 --- a/content/index.rst +++ b/content/index.rst @@ -50,8 +50,8 @@ The complete code that constructs the graphene flake shown on the right side is .. code:: python def disk(pos): - x, y = pos - return x**2 + y**2 < 8**2 + x, y = pos + return x**2 + y**2 < 8**2 lat = kwant.lattice.honeycomb() sys = kwant.Builder() -- GitLab