pw_cli, pw_docgen, pw_hdlc: Use inclusive language Bug: 386 Change-Id: I21211284639c8a158539e1b62e60414f0c7a4117 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/46700 Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com> Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com> Reviewed-by: Armando Montanez <amontanez@google.com>
diff --git a/pw_cli/py/pw_cli/plugins.py b/pw_cli/py/pw_cli/plugins.py index d264a39..ebaf3fb 100644 --- a/pw_cli/py/pw_cli/plugins.py +++ b/pw_cli/py/pw_cli/plugins.py
@@ -59,7 +59,7 @@ def _get_module(member: object) -> types.ModuleType: - """Gets the module or a dummy module if the module isn't found.""" + """Gets the module or a fake module if the module isn't found.""" module = inspect.getmodule(member) return module if module else types.ModuleType('<unknown>')
diff --git a/pw_docgen/docs.rst b/pw_docgen/docs.rst index fcb028e..bcb1d61 100644 --- a/pw_docgen/docs.rst +++ b/pw_docgen/docs.rst
@@ -36,6 +36,7 @@ rendered to HTML using `Sphinx`_ through Pigweed's GN build system. .. _reStructuredText: http://docutils.sourceforge.net/rst.html +.. inclusive-language: ignore .. _Sphinx: http://www.sphinx-doc.org/en/master There are additonal Sphinx plugins used for rendering diagrams within
diff --git a/pw_hdlc/wire_packet_parser_test.cc b/pw_hdlc/wire_packet_parser_test.cc index 809afd2..54d8bb1 100644 --- a/pw_hdlc/wire_packet_parser_test.cc +++ b/pw_hdlc/wire_packet_parser_test.cc
@@ -135,6 +135,7 @@ EXPECT_FALSE(parser.Parse(bytes::Concat(kFlag, kEncodedAddress, kControl, + // inclusive-language: ignore bytes::String("he~lo"), 0xdbae98fe, kFlag)));