]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/location/how-to-use.html
location: Fix spacing in Python example code
[ipfire.org.git] / 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>