We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8b830 commit 1ffa3a2Copy full SHA for 1ffa3a2
{{cookiecutter.project_name}}/src/{{cookiecutter.package_name}}/{{cookiecutter.module_name}}.py
@@ -6,7 +6,7 @@
6
from numbers import Real
7
8
# TODO({{cookiecutter.full_name}}): Check how to write todos!
9
-# https://github.com/{{cookiecutter.github_name}}/{{cookiecutter.projec_name}}/issues/1337
+# https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.projec_name}}/issues/1337
10
11
logger = logging.getLogger("test")
12
logger.info("This is a {word}", extra={"word": "Log"})
0 commit comments