diff options
author | Mike Frysinger <vapier@google.com> | 2024-01-04 12:08:50 -0500 |
---|---|---|
committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2024-01-04 17:19:33 +0000 |
commit | 138c8a9ff543ce93c0e0a72581b255a0cb136994 (patch) | |
tree | cd9462b616946ffb704981abb68359f765edf52f /docs/python-support.md | |
parent | 9b57aa00f6e8136fd49fdbb29cf669c3dafa2c6b (diff) | |
download | git-repo-138c8a9ff543ce93c0e0a72581b255a0cb136994.tar.gz |
docs: fix some grammar typos
Change-Id: Ie1a32cda67f94b0a2b3329b1be9e03dcbedf39cc
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/400917
Reviewed-by: Josip Sokcevic <sokcevic@google.com>
Tested-by: Mike Frysinger <vapier@google.com>
Commit-Queue: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'docs/python-support.md')
-rw-r--r-- | docs/python-support.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/python-support.md b/docs/python-support.md index e4ee96c4..e3eeefb4 100644 --- a/docs/python-support.md +++ b/docs/python-support.md | |||
@@ -33,9 +33,8 @@ you have newer versions installed, your choices are: | |||
33 | 33 | ||
34 | * Modify the [repo launcher]'s shebang to suite your environment. | 34 | * Modify the [repo launcher]'s shebang to suite your environment. |
35 | * Download an older version of the [repo launcher] and don't upgrade it. | 35 | * Download an older version of the [repo launcher] and don't upgrade it. |
36 | Be aware that there is no guarantee old repo launchers are WILL work with | 36 | Be aware that we do not guarantee old repo launchers will work with current |
37 | current versions of repo. Bug reports using old launchers will not be | 37 | versions of repo. Bug reports using old launchers will not be accepted. |
38 | accepted. | ||
39 | 38 | ||
40 | ## When to drop support | 39 | ## When to drop support |
41 | 40 | ||