Staging
v0.5.1
https://github.com/python/cpython
Revision 36619e1bc49d2e5dbfc86a9f0a54f478fe4a8c2b authored by Miss Islington (bot) on 18 November 2020, 23:23:49 UTC, committed by GitHub on 18 November 2020, 23:23:49 UTC


(cherry picked from commit 803187796f06bdc47ae74ce3d28c443e8cc2a27f)


Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>

Automerge-Triggered-By: GH:JulienPalard
1 parent f9fa920
Raw File
Tip revision: 36619e1bc49d2e5dbfc86a9f0a54f478fe4a8c2b authored by Miss Islington (bot) on 18 November 2020, 23:23:49 UTC
[3.9] Minor grammar edits for the descriptor howto guide (GH-GH-23175) (GH-23176)
Tip revision: 36619e1
PULL_REQUEST_TEMPLATE.md
<!--
Thanks for your contribution!
Please read this comment in its entirety. It's quite important.

# Pull Request title

It should be in the following format:

```
bpo-NNNN: Summary of the changes made
```

Where: bpo-NNNN refers to the issue number in the https://bugs.python.org.

Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue.

# Backport Pull Request title

If this is a backport PR (PR made against branches other than `master`),
please ensure that the PR title is in the following format:

```
[X.Y] <title from the original PR> (GH-NNNN)
```

Where: [X.Y] is the branch name, e.g. [3.6].

GH-NNNN refers to the PR number from `master`.

-->
back to top