diff options
| author | ᴙɘɘᴙgYmɘᴙɘj <jex.grizzle@gmail.com> | 2021-07-14 14:21:26 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-07-14 20:22:11 +0200 |
| commit | 693196388613821184b5a579039f52a17a5148fe (patch) | |
| tree | 37f8abfdab58531c05505bc992d0cd4f9fc98499 /docs | |
| parent | f36edbc37826e5225a179b1318a7302b1b9e3bfa (diff) | |
[3.2.x] Fixed typo in docs/internals/contributing/committing-code.txt.
Backport of 5838102ae6e5f51236110f30c8646983fc17feb7 from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing/committing-code.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing/committing-code.txt b/docs/internals/contributing/committing-code.txt index 5bf45b49d8..05eb1f91ca 100644 --- a/docs/internals/contributing/committing-code.txt +++ b/docs/internals/contributing/committing-code.txt @@ -166,7 +166,7 @@ Django's Git repository: Note that the Trac integration doesn't know anything about pull requests. So if you try to close a pull request with the phrase "closes #400" in your commit message, GitHub will close the pull request, but the Trac plugin - will also close the same numbered ticket in Trac. + will not close the same numbered ticket in Trac. .. _Trac plugin: https://github.com/trac-hacks/trac-github |
