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

Changes function to key in docs of wrap_numbers() #1993

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 5, 2021

  1. Changes function to key in docs of wrap_numbers()

    Previously the wording was quite confusing: `name` is not a `function` (in a CPython's sense, like `Callable[...]`) and never used like one.
    I've changed the wording to be just `key`, which `name` is. Maybe there are better ways to describe it?
    
    Context: we are working on type stubs for `psutil` and found this description quite confusing python/typeshed#6104 (comment)
    sobolevn committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    574f5f5 View commit details
    Browse the repository at this point in the history
  2. Update _common.py

    sobolevn committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    fc3c34d View commit details
    Browse the repository at this point in the history