Skip to content

Commit d3493a4

Browse files
fdiblensverhoeven
andauthored
Update {{cookiecutter.project_name}}/{{cookiecutter.package_name}}/my_module.py
Co-authored-by: Stefan Verhoeven <[email protected]>
1 parent 75481fe commit d3493a4

File tree

1 file changed

+2
-1
lines changed
  • {{cookiecutter.project_name}}/{{cookiecutter.package_name}}

1 file changed

+2
-1
lines changed
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)