]> git.ipfire.org Git - ipfire.org.git/commitdiff
location: Fix spacing in Python example code
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 4 Aug 2020 16:43:58 +0000 (16:43 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 4 Aug 2020 16:43:58 +0000 (16:43 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/location/how-to-use.html

index ea4072bb884af43dcd998ff22eb0abe344e560be..acb81838fa2f1b39a46f0f17dfc0ebb6cb3e7fb0 100644 (file)
@@ -103,7 +103,7 @@ Type "help", "copyright", "credits" or "license" for more information.
                                        <h6>{{ _("Search for an Autonomous System by Name") }}</h6>
 
                                        <pre class="pre-light mb-4"><code>&gt;&gt;&gt; for i in d.search_as("Lightning Wire Labs"):
-...   print(i)
+... &nbsp;&nbsp;print(i)
 ...
 AS204867 (Lightning Wire Labs GmbH)</code></pre>