From c6d229c2bffd623d1e58c72c4c2499df6e09f141 Mon Sep 17 00:00:00 2001 From: tuxxy Date: Fri, 31 Jul 2020 12:05:49 +0200 Subject: [PATCH] Fix typo in comment (thanks @fjarri) --- tests/integration/datastore/test_datastore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/datastore/test_datastore.py b/tests/integration/datastore/test_datastore.py index 53768aebd..82227a8ad 100644 --- a/tests/integration/datastore/test_datastore.py +++ b/tests/integration/datastore/test_datastore.py @@ -43,7 +43,7 @@ def test_datastore_describe(): # Tests for `Datastore.describe` # - # Getting writeable access to a record can be done by not setting `writeable` to `True`. + # Getting writeable access to a record can be done by setting `writeable` to `True`. # `writeable` is, by default, `False`. # In the event a record doesn't exist, this will raise a `RecordNotFound` error iff `writeable=False`. with pytest.raises(datastore.RecordNotFound):