We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c6839 commit 9f0ad79Copy full SHA for 9f0ad79
1 file changed
{{ cookiecutter.pypi_package_name }}/{{ cookiecutter.python_package_name }}/errors.py
@@ -2,5 +2,5 @@
2
{% if cookiecutter.include_executable == "y" %}
3
4
class CliError(Exception):
5
- """An user-facing error message."""
+ """A user-facing error message."""
6
{% endif -%}
0 commit comments