]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix examples.rst quoting
authorBob Halley <halley@dnspython.org>
Mon, 15 Nov 2021 01:57:38 +0000 (17:57 -0800)
committerBob Halley <halley@dnspython.org>
Mon, 15 Nov 2021 01:57:38 +0000 (17:57 -0800)
doc/examples.rst

index 4811b482bc87e919428f646a41f9041dc5a63c8e..e6a9e36b1abe589e2f798b852ae7e27b093bd7eb 100644 (file)
@@ -6,5 +6,7 @@ Examples
 The dnspython source comes with example programs that show how
 to use dnspython in practice. You can clone the dnspython source
 from GitHub:
+
         git clone https://github.com/rthalley/dnspython.git
+
 The example prgrams are in the ``examples/`` directory.