Update README.md

This commit is contained in:
Satwik Kansal 2022-01-18 00:00:02 +05:30 committed by GitHub
parent c8f300fd09
commit cd4d7c0e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
README.md vendored
View File

@ -142,7 +142,7 @@ All the examples are structured like below:
# Usage
A nice way to get the most out of these examples, in my opinion, is to read them chronologically, and for every example:
A nice way to get the most out of these examples, in my opinion, is to read them in sequential order, and for every example:
- Carefully read the initial code for setting up the example. If you're an experienced Python programmer, you'll successfully anticipate what's going to happen next most of the time.
- Read the output snippets and,
+ Check if the outputs are the same as you'd expect.