diff options
| author | ᴙɘɘᴙgYmɘᴙɘj <jex.grizzle@gmail.com> | 2021-07-14 14:21:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-14 20:21:26 +0200 |
| commit | 5838102ae6e5f51236110f30c8646983fc17feb7 (patch) | |
| tree | ba5e4e5562f6d9f685499c09386e01f787eb148c /docs/internals/contributing/committing-code.txt | |
| parent | 3a45fea0832c5910acee6e0d29f230f347a50462 (diff) | |
Fixed typo in docs/internals/contributing/committing-code.txt.
Diffstat (limited to 'docs/internals/contributing/committing-code.txt')
| -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 |
