Merge pull request #722 from asiahcrutchfield/patch-1

Fix grammatical error on line 157
This commit is contained in:
Asabeneh 2026-01-10 18:39:16 +02:00 committed by GitHub
commit ded431b1a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,7 +154,7 @@ print(formated_string) # "The following are python libraries:['Django', 'Flask',
#### New Style String Formatting (str.format)
This formatting is introduced in Python version 3.
This format was introduced in Python version 3.
```py