Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: tools/site_compare/drivers/win32/keyboard.py

Issue 2441523003: Remove gender specific language from src/tools (Closed)
Patch Set: Fix nit Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | tools/valgrind/chrome_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/site_compare/drivers/win32/keyboard.py
diff --git a/tools/site_compare/drivers/win32/keyboard.py b/tools/site_compare/drivers/win32/keyboard.py
index e3410e1ab777fb18a641e4a14ee8e6f4a65647ce..0135c9bf3c84944fefa3d774ab2ee43d6c4e3985 100755
--- a/tools/site_compare/drivers/win32/keyboard.py
+++ b/tools/site_compare/drivers/win32/keyboard.py
@@ -14,7 +14,7 @@ import time # for sleep
import win32api # for keybd_event and VkKeyCode
import win32con # Windows constants
-# TODO(jhaas): Ask the readability guys if this would be acceptable:
+# TODO(jhaas): Ask the readability people if this would be acceptable:
#
# from win32con import VK_SHIFT, VK_CONTROL, VK_MENU, VK_LWIN, KEYEVENTF_KEYUP
#
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | tools/valgrind/chrome_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698