Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Backport PR #25055 on branch v3.7.x (Reword awkward sentence in FAQ.) #25056

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 all commits
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
4 changes: 2 additions & 2 deletions doc/users/faq/howto_faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ way of defining empty, and checking the above is only rarely necessary.
Usually the user or program handling the figure know if they have added
something to the figure.

Checking whether a figure would render empty cannot be reliably checked except
by actually rendering the figure and investigating the rendered result.
The only reliable way to check whether a figure would render empty is to
actually perform such a rendering and inspect the result.

.. _howto-findobj:

Expand Down