From a623b16ad6c88a917f116ab9a0c9960d2803173c Mon Sep 17 00:00:00 2001 From: Philipp Arras <parras@mpa-garching.mpg.de> Date: Tue, 6 Feb 2018 16:01:20 +0100 Subject: [PATCH] Minor spelling fix --- docs/source/start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/start.rst b/docs/source/start.rst index f2f926c2b..7b86db663 100644 --- a/docs/source/start.rst +++ b/docs/source/start.rst @@ -47,7 +47,7 @@ A domain must be able to answer the following queries: - its total number of data entries (pixels) - the shape of the array that is supposed to hold them -- equality/unequality to another :py:class:`DomainObject` instance +- equality/inequality to another :py:class:`DomainObject` instance .. _domains: -- GitLab