From 1ab69ab4914e5de43f5e7b390eb570da0d361614 Mon Sep 17 00:00:00 2001 From: Teodor Heggelund Date: Fri, 20 Mar 2020 23:37:57 +0100 Subject: [PATCH] Fix typo: python-pytest-file-dwim --- modules/lang/python/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/python/README.org b/modules/lang/python/README.org index b64c7c6ec..228ae963e 100644 --- a/modules/lang/python/README.org +++ b/modules/lang/python/README.org @@ -106,7 +106,7 @@ To enable support for auto-formatting with black enable ~:editor format-all~ in | ~ t O~ | ~nosetests-pdb-one~ | | ~ t V~ | ~nosetests-pdb-module~ | | ~ t f~ | ~python-pytest-file~ | -| ~ t k~ | ~python-pytest-file-dwin~ | +| ~ t k~ | ~python-pytest-file-dwim~ | | ~ t t~ | ~python-pytest-function~ | | ~ t m~ | ~python-pytest-function-dwim~ | | ~ t r~ | ~python-pytest-repeat~ |