-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Update 10min.rst #38462
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 10min.rst #38462
Conversation
Added Links for Matplotlib Close along with a line explaining what it does
Hey! |
@jbrockmendel |
Near the bottom of the page there is a red x for the "pre-commit" CI check. click on the "details" link to see the logs for the failed check. There is a line that the code-check wants to see changed, I think it just wants some whitespace removed. |
Thank You @jbrockmendel |
Removed whitespace in the newly added line which was causing pre-commit / pre-commit (pull_request) to fail
Removed whitespace from line 723 to try to fix Commit Check Fail
@jbrockmendel |
Looks like the code check passed this time around. Good job. Someone more familiar with the docs will come along to review this before too long. |
thanks @aflah02 |
@jreback You're Welcome |
Added Links for Matplotlib Close along with a line explaining what it does.
I had faced difficulty when I read it for the first time and had to google search what close does
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff