8000 DOC: fix options table by jorisvandenbossche · Pull Request #18730 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DOC: fix options table #18730

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

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
DOC: fix options table
  • Loading branch information
jorisvandenbossche committed Dec 11, 2017
commit 5d85987a4cbc1f41909128e48c87ff308caaec8a
2 changes: 1 addition & 1 deletion doc/source/options.rst
6031
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ compute.use_numexpr True Use the numexpr library to
computation if it is installed.
plotting.matplotlib.register_converters True Register custom converters with
matplotlib. Set to False to de-register.
======================================= ============ ========================================
======================================= ============ ==================================


.. _basics.console_output:
Expand Down
0