Skip to content

Commit e388331

Browse files
brunj7josenino95
andauthored
Update episodes/hello-scraping.md
Co-authored-by: Jose Niño <72319858+josenino95@users.noreply.github.com>
1 parent bfdea8b commit e388331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/hello-scraping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ We'll begin with simple examples and gradually move on to scraping more complex,
4444
When scraping data, it is essential to adhere to two main guidelines:
4545

4646
1. **Data Privacy and Confidentiality**: Always confirm that the data being collected is publicly available and contains no personal or confidential information.
47-
2. **Server Load**: Avoid overwhelming the web server. When collecting large amount of data, best practice is to insert pauses between requests to allow the server to manage other traffic.
47+
2. **Server Load**: Avoid overwhelming the web server. When collecting large amounts of data, best practice is to insert pauses between requests to allow the server to manage other traffic.
4848

4949

5050
## HTTP: Hypertext Transfer Protocol quick overview

0 commit comments

Comments
 (0)