From 5c57ed4d95c0bf0535e3b4b71316dce4c9e0e535 Mon Sep 17 00:00:00 2001
From: Bas Nijholt <basnijholt@gmail.com>
Date: Tue, 10 Jan 2017 13:14:42 +0000
Subject: [PATCH] fix typo in whatsnew/1.3.rst

---
 doc/source/pre/whatsnew/1.3.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/pre/whatsnew/1.3.rst b/doc/source/pre/whatsnew/1.3.rst
index 096c9286..1a844508 100644
--- a/doc/source/pre/whatsnew/1.3.rst
+++ b/doc/source/pre/whatsnew/1.3.rst
@@ -32,7 +32,7 @@ Sites in finalized builders have consistent ordering
 ----------------------------------------------------
 In Python 3 the internal ordering of dictionaries is not deterministic. This
 meant that running a Kwant script twice would produce systems with different
-ordering of sites, which lead to non-reproducible calculations. Now, sites
+ordering of sites, which leads to non-reproducible calculations. Now, sites
 in finalized builders are always ordered first by their site family, then by
 their tag.
 
-- 
GitLab