Skip to content

Commit 09cf763

Browse files
authored
spelling error
1 parent b788dce commit 09cf763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python One Liners
22

3-
This repository collects all Python one-liners that are of interest to the Pyhton community. One-Liners are concise snippets of source code (with or without library calls) that accomplish a given task in a concise and compressed manner.
3+
This repository collects all Python one-liners that are of interest to the Python community. One-Liners are concise snippets of source code (with or without library calls) that accomplish a given task in a concise and compressed manner.
44

55
They are often used to call a Python script from the operating system terminal using the `python -c` command:
66

0 commit comments

Comments
 (0)