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

Change method names in crawler.py according to PEP8 standards #4

Closed
Dineshs91 opened this issue Jun 14, 2014 · 2 comments
Closed

Change method names in crawler.py according to PEP8 standards #4

Dineshs91 opened this issue Jun 14, 2014 · 2 comments
Labels

Comments

@Dineshs91
Copy link
Owner

method names getUrl -> get_url
startDFS -> start_dfs
startBFS -> start_bfs

@Dineshs91
Copy link
Owner Author

Make necessary changes to test cases also.

@Dineshs91
Copy link
Owner Author

Fixed in commit 914ee69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant