diff options
| author | Tim Graham <timograham@gmail.com> | 2016-10-06 11:00:36 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-10-06 11:01:47 -0400 |
| commit | c2853807bc4899e0839877a75e0b487f4f7b72a9 (patch) | |
| tree | a15824360b7351ac1b815c73f3b31360445446f0 /docs/internals/contributing/committing-code.txt | |
| parent | 86ebc4e524574112ef1c6ec3ebece753a2a3771c (diff) | |
[1.10.x] Fixed docs typos in lines ending with a dash.
Backport of e261337eea46b472c92cf1c351b22d62a7045e11 from master
Diffstat (limited to 'docs/internals/contributing/committing-code.txt')
| -rw-r--r-- | docs/internals/contributing/committing-code.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/contributing/committing-code.txt b/docs/internals/contributing/committing-code.txt index 7ed5aa3ed8..1e53be41f5 100644 --- a/docs/internals/contributing/committing-code.txt +++ b/docs/internals/contributing/committing-code.txt @@ -106,9 +106,9 @@ Committing guidelines In addition, please follow the following guidelines when committing code to Django's Git repository: -* Never change the published history of django/django branches! **Never force- - push your changes to django/django.** If you absolutely must (for security - reasons for example) first discuss the situation with the core team. +* Never change the published history of django/django branches! **Never + force-push your changes to django/django.** If you absolutely must (for + security reasons for example) first discuss the situation with the core team. * For any medium-to-big changes, where "medium-to-big" is according to your judgment, please bring things up on the |django-developers| |
