Skip to content

Commit cec32c8

Browse files
nosahamaJelleZijlstra
authored andcommitted
Fix Typo in Getting Started Docs (python#7709)
1 parent 28a5853 commit cec32c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ add a dynamically-typed function by mistake. You can make mypy do this
336336
by running mypy with the ``--disallow-untyped-defs`` flag.
337337

338338
Another potentially useful flag is ``--strict``, which enables many
339-
(thought not all) of the available strictness options -- including
339+
(though not all) of the available strictness options -- including
340340
``--disallow-untyped-defs``.
341341

342342
This flag is mostly useful if you're starting a new project from scratch

0 commit comments

Comments
 (0)