Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation.md with print in place of per #1071

Merged

Conversation

ShreeluSantosh
Copy link

Description

Replaced per with print function the the example code for documentation.md and dev-documenation.md

# Import the required module
from scrape_up import github

# Instantiate an object with the username provided.
user = github.Users(username="nikhil25803")

# Call the followers function - it will return the number of followers
per user.followers()     #replace with print function

Resolves: #1064

Checklist

  • Have you adhered to the repository's defined coding convention rules?
  • Have you updated the 'documentation.md' file with the method/function documentation?
  • Have you sent a message along with the result or response?
  • Have you used the try-catch technique?
  • Has the method/class been added to the documentation (md file)?

Screenshots

image

Test case after using print function
image

Additional Notes/Comments

Made edits to both documentation.md and dev-documentation.md
The same should also be updated on pypi.org: https://pypi.org/project/scrape-up/


I certify that I have carried out the relevant checks and provided the requisite screenshot for validation by submitting this pull request.
I appreciate your contribution.

@ShreeluSantosh ShreeluSantosh changed the title Shreelu santoshbranch Update documentation.md with print in place of per May 28, 2024
@nikhil25803 nikhil25803 merged commit 70e6f0e into Clueless-Community:main May 30, 2024
@ShreeluSantosh ShreeluSantosh deleted the ShreeluSantoshbranch branch June 5, 2024 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc GSSoC 2024 level1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: Fix error in output of method
2 participants