From: Bob Halley Date: Mon, 15 Nov 2021 01:57:38 +0000 (-0800) Subject: fix examples.rst quoting X-Git-Tag: v2.2.0rc1~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0cf9bc7337a9ab2e6530760ba9bb6c4137a34c39;p=thirdparty%2Fdnspython.git fix examples.rst quoting --- diff --git a/doc/examples.rst b/doc/examples.rst index 4811b482..e6a9e36b 100644 --- a/doc/examples.rst +++ b/doc/examples.rst @@ -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.