Skip to content

Commit 1ffa3a2

Browse files
committed
fix base module typo
1 parent 7d8b830 commit 1ffa3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/src/{{cookiecutter.package_name}}/{{cookiecutter.module_name}}.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from numbers import Real
77

88
# TODO({{cookiecutter.full_name}}): Check how to write todos!
9-
# https://github.com/{{cookiecutter.github_name}}/{{cookiecutter.projec_name}}/issues/1337
9+
# https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.projec_name}}/issues/1337
1010

1111
logger = logging.getLogger("test")
1212
logger.info("This is a {word}", extra={"word": "Log"})

0 commit comments

Comments
 (0)