Skip to content

Commit d3493a4

Browse files
fdiblensverhoeven
andauthored
Update {{cookiecutter.project_name}}/{{cookiecutter.package_name}}/my_module.py
Co-authored-by: Stefan Verhoeven <stefan.verhoeven@gmail.com>
1 parent 75481fe commit d3493a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • {{cookiecutter.project_name}}/{{cookiecutter.package_name}}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""Documentation about the {{ cookiecutter.package_name }} module."""
22

33
# FIXME: put actual code here
4+
45
def hello(name):
5-
return f'Hello {name}!'
6+
return f'Hello {name}!'

0 commit comments

Comments
 (0)