summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2024-07-03 18:54:21 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-07-04 08:30:19 +0200
commit704192e478885762411252979021771ba23b8adb (patch)
treeb8f13abad9399b1bb8b30c08748c53d62d1e54f7 /docs/intro
parent89557d4c66b469616fc3a16ba11b2999233efa8d (diff)
Removed unneeded hyphens in "counterintuitive".
Follow-up to 65ad4ade74dc9208b9d686a451cd6045df0c9c3a which added counterintuitive to the wordlist. Removes unneeded (antiquated) hyphenated usages. See e.g. https://www.merriam-webster.com/dictionary/counterintuitive
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/tutorial05.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt
index 2e218bd331..5f501ce92f 100644
--- a/docs/intro/tutorial05.txt
+++ b/docs/intro/tutorial05.txt
@@ -111,7 +111,7 @@ There are many ways to approach writing tests.
Some programmers follow a discipline called "`test-driven development`_"; they
actually write their tests before they write their code. This might seem
-counter-intuitive, but in fact it's similar to what most people will often do
+counterintuitive, but in fact it's similar to what most people will often do
anyway: they describe a problem, then create some code to solve it. Test-driven
development formalizes the problem in a Python test case.