From 82fa581b7d845c60c2b2a15da622a2c7a25f0931 Mon Sep 17 00:00:00 2001 From: Akhil Nair Date: Mon, 17 Jul 2017 11:56:22 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ba8452..11ad775 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ important role on how this work, so choose a unique, memorable one! ```python import pytest -@pytext.fixture +@pytest.fixture def i_set_things_up(): projector = {'status': 'doing fine', 'flashing': "dicts can't flash!"}