Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def generate_license() -> None:
license_file.write('\n')


def print_futher_instuctions() -> None:
def print_further_instructions() -> None:
"""Shows user what to do next after project creation."""
message = """
Your project {0} is created.
Expand All @@ -58,4 +58,4 @@ def print_futher_instuctions() -> None:


generate_license()
print_futher_instuctions()
print_further_instructions()