From 4a0c3934ba82a8ecef6acba71d62c68494f18af9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 4 Aug 2020 16:43:58 +0000 Subject: [PATCH] location: Fix spacing in Python example code Signed-off-by: Michael Tremer --- src/templates/location/how-to-use.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/location/how-to-use.html b/src/templates/location/how-to-use.html index ea4072bb..acb81838 100644 --- a/src/templates/location/how-to-use.html +++ b/src/templates/location/how-to-use.html @@ -103,7 +103,7 @@ Type "help", "copyright", "credits" or "license" for more information.
{{ _("Search for an Autonomous System by Name") }}
>>> for i in d.search_as("Lightning Wire Labs"):
-...   print(i)
+...   print(i)
 ...
 AS204867 (Lightning Wire Labs GmbH)
-- 2.47.3