Skip to content

Commit 9f0ad79

Browse files
committed
Fix grammar
1 parent 64c6839 commit 9f0ad79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • {{ cookiecutter.pypi_package_name }}/{{ cookiecutter.python_package_name }}

{{ cookiecutter.pypi_package_name }}/{{ cookiecutter.python_package_name }}/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
{% if cookiecutter.include_executable == "y" %}
33

44
class CliError(Exception):
5-
"""An user-facing error message."""
5+
"""A user-facing error message."""
66
{% endif -%}

0 commit comments

Comments
 (0)