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

The Readme.rst formatting for code not showing correctly #42

Closed
bobquest33 opened this issue Oct 3, 2020 · 1 comment
Closed

The Readme.rst formatting for code not showing correctly #42

bobquest33 opened this issue Oct 3, 2020 · 1 comment

Comments

@bobquest33
Copy link
Contributor

The code block in the README file is not showing correctly, on check .rst format there were issues.
System Message: WARNING/2 (e:\bkp\linux\code\python\fetchcode\README.rst, line 15)

The code block shows
from fetchcode import fetch url = 'A Http or FTP URL' location = 'Location of file' # This returns a response object which has attributes # 'content_type' content type of the file # 'location' the absolute location of the files that was fetched # 'scheme' scheme of the URL # 'size' size of the retrieved content in bytes # 'url' fetched URL resp = fetch(url = url)

@bobquest33
Copy link
Contributor Author

I have raised a pull request for this issue

pombredanne pushed a commit that referenced this issue Feb 9, 2022
Fixed #41 - Handled encoding issue when generating ABOUT files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant