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

DOC: Fix label type specification in parameter descriptions #27981

Merged
merged 1 commit into from
Mar 27, 2024

Commits on Mar 27, 2024

  1. DOC: Fix label type specification in parameter descriptions

    - add missing "or list of str" in hist() docstring
    - Use "optional" instead of "default: None"
    
      See https://matplotlib.org/devdocs/devel/document.html
    
      > If None is only used as a sentinel value for "parameter not specified",
      > do not document it as the default. Depending on the context, give the
      > actual default, or mark the parameter as optional if not specifying has
      > no particular effect.
    timhoffm committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0f0efed View commit details
    Browse the repository at this point in the history