Skip to content

Commit

Permalink
Fix typo in docstring (change "appnd" to "append") (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Jun 6, 2021
1 parent d09ef71 commit 8b48450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/click/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def add_option(
"""Adds a new option named `dest` to the parser. The destination
is not inferred (unlike with optparse) and needs to be explicitly
provided. Action can be any of ``store``, ``store_const``,
``append``, ``appnd_const`` or ``count``.
``append``, ``append_const`` or ``count``.
The `obj` can be used to identify the option in the order list
that is returned from the parser.
Expand Down

0 comments on commit 8b48450

Please sign in to comment.