From ba97f6065ed1e9336585468dd85e680cf09d5166 Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Tue, 15 Oct 2019 15:22:16 +0000 Subject: [PATCH] Trivial: Removing gendered pronouns from watchlists.py. BUG=879943 Change-Id: Ic0c4351571ec0be9742610a86d079cffc09cdfa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1861474 Auto-Submit: Chris Hall Commit-Queue: Andrii Shyshkalov Reviewed-by: Andrii Shyshkalov --- watchlists.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/watchlists.py b/watchlists.py index f8d6a131f7..f8b31c696d 100755 --- a/watchlists.py +++ b/watchlists.py @@ -6,8 +6,8 @@ """Watchlists Watchlists is a mechanism that allow a developer (a "watcher") to watch over -portions of code that he is interested in. A "watcher" will be cc-ed to -changes that modify that portion of code, thereby giving him an opportunity +portions of code that they are interested in. A "watcher" will be cc-ed to +changes that modify that portion of code, thereby giving them an opportunity to make comments on codereview.chromium.org even before the change is committed. Refer: http://dev.chromium.org/developers/contributing-code/watchlists