Skip to content

Commit

Permalink
Update user.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Shraman-jain authored Jun 12, 2024
1 parent 4f91bd4 commit 6af7776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scrape_up/codeforces/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Users:
"""
Create an object of class `LeetCodeScraper`
Create an object of class `CodeForcesScraper`
```python
from scrape_up import codeforces
Expand Down Expand Up @@ -40,7 +40,7 @@ def get_user_data(self):
Example
```python
codeforces_user = codeforces.Users(username="tourist")
codeforces_user = Users(username="tourist")
codeforces_user.get_user_data()
```
Response
Expand Down

0 comments on commit 6af7776

Please sign in to comment.