Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
Fix annoying little thing
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Sep 24, 2018
1 parent 69b04cd commit 4049e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion area4/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def div4():

def area4info():
print("Name:", name)
print("Author:", author, "\n Author Email:", author_email)
print("Author:", author, "\nAuthor Email:", author_email)
print("Description:", description)
print("License:", license)

0 comments on commit 4049e33

Please sign in to comment.