Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ikonst committed May 15, 2023
1 parent b828fb4 commit 7c8d305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/command_line.rst
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ definitions or calls.
.. option:: --disallow-untyped-defs

This flag reports an error whenever it encounters a function definition
with without type annotations or with incomplete type annotations.
without type annotations or with incomplete type annotations.
(a superset of :option:`--disallow-incomplete-defs`).

For example, it would report an error for :code:`def f(a, b)` and :code:`def f(a: int, b)`.
Expand Down

0 comments on commit 7c8d305

Please sign in to comment.