Skip to content

Commit

Permalink
Update dev-documentation.md
Browse files Browse the repository at this point in the history
Have Capitalised details left uncapitalised and corrected grammatical errors by adding 's' to return
  • Loading branch information
chinmaiyee committed May 16, 2024
1 parent a314fa9 commit 27f0353
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dev-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ user = github.Users(username="nikhil25803")
| `.star_count()` | Returns the number of stars of a user. |
| `.get_yearly_contributions()` | Returns the number of contributions made in 365 days frame. |
| `.get_repositories()` | Returns the list of repositories of a user. |
| `.get_starred_repos()` | Return the list of starred repositories of a user. |
| `.pul_requests()` | Return the number of pull requests opened in a repository. |
| `.get_starred_repos()` | Returns the list of starred repositories of a user. |
| `.pul_requests()` | Returns the number of pull requests opened in a repository. |
| `.get_followers()` | Returns the list of followers of a user. |
| `.get_following_users()` | Returns the list of users followed by a user. |
| `.get_achievements()` | Returns the list of achievements of a user. |
Expand Down Expand Up @@ -691,7 +691,7 @@ video = Video(video_url="video_url")

| Methods | Details |
| --------------- | ------------------------ |
| `.getDetails()` | Return the video details |
| `.getDetails()` | Returns the video details |

## Scrape Channel Details

Expand Down Expand Up @@ -1457,7 +1457,7 @@ scraper = TheHindu()

| Methods | Details |
| --------------------- | ------------------------------------------------ |
| `.get_news(page_url)` | gets heading, subheading, time, and news content |
| `.get_news(page_url)` | Gets heading, subheading, time, and news content |

---

Expand Down Expand Up @@ -1564,8 +1564,8 @@ olympics = Olympics()

| Methods | Details |
| ------------------ | --------------------------------------------------------------------------------------- |
| `.allcountries()` | returns the list of all the countries participated yet in olympics. |
| `.allsports()` | returns the list of all the sports being currently played in olympics. |
| `.allcountries()` | Returns the list of all the countries participated yet in olympics. |
| `.allsports()` | Returns the list of all the sports being currently played in olympics. |
| `.alldeceased()` | Returns the list of all recently deceased olympians along with their death date. |
| `.alltimemedals()` | Returns list of all countries with their total numbers of medals yet in all categories. |

Expand Down

0 comments on commit 27f0353

Please sign in to comment.