We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3241d commit 7459aafCopy full SHA for 7459aaf
src/pds/your_package_name/main.py
@@ -4,7 +4,7 @@
4
5
6
def getgreeting() -> str:
7
- """Return an appropriate greeting."""
+ """Return a not in-appropriate greeting."""
8
return f"Heya, 🌎 (by the way, this is {VERSION})"
9
10
0 commit comments