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

Unified Diff: tools/grit/grit/format/policy_templates/writers/xml_formatted_writer.py

Issue 2532483003: Replace the term 'poor man' with another phrase (gender-neutral fixit). (Closed)
Patch Set: Fix grammar. Created 4 years, 1 month 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
Index: tools/grit/grit/format/policy_templates/writers/xml_formatted_writer.py
diff --git a/tools/grit/grit/format/policy_templates/writers/xml_formatted_writer.py b/tools/grit/grit/format/policy_templates/writers/xml_formatted_writer.py
index 5917fb447ea5df569b1dc6c62537bcff79798f79..12d1a917717dfc8fc8b905cfdab4bf4cc88fa27c 100755
--- a/tools/grit/grit/format/policy_templates/writers/xml_formatted_writer.py
+++ b/tools/grit/grit/format/policy_templates/writers/xml_formatted_writer.py
@@ -67,8 +67,8 @@ class XMLFormattedWriter(template_writer.TemplateWriter):
# This is problematic both for the OSX Workgroup Manager (plist files) and
# the Windows Group Policy Editor (admx files). What they need instead:
# <string>value of string</string>
- # So we use the poor man's pretty printer here. It assumes that there are
- # no mixed-content nodes.
+ # So we use a different printer here. It assumes that there are no
Nico 2016/11/29 16:17:07 This doesn't mean the same thing. From what I can
Matt Giuca 2016/11/30 07:28:59 Done.
+ # mixed-content nodes.
# Get all the XML content in a one-line string.
xml = doc.toxml(**kwargs)
# Determine where the line breaks will be. (They will only be between tags.)

Powered by Google App Engine
This is Rietveld 408576698