Fix up documentation and typing for patcher code.

Review Request #14323 — Created Feb. 3, 2025 and submitted

Information

RBTools
master

Reviewers

The patcher code had several docstrings with errors of various sorts.
This change fixes up:

  • Some parameter names were listed incorrectly or were missing.
  • Some method names were not in the imperative mood.
  • A few typos.

This also adds type definitions for the can_commit and
can_patch_empty_files attributes for the SCMClientPatcher.

Ran unit tests.

Summary ID
Fix up documentation and typing for patcher code.
The patcher code had several docstrings with errors of various sorts. This change fixes up: - Some parameter names were listed incorrectly or were missing. - Some method names were not in the imperative mood. - A few typos. This also adds type definitions for the `can_commit` and `can_patch_empty_files` attributes for the `SCMClientPatcher`. Testing Done: Ran unit tests.
f734fd232086870ad31a4e45b14d6669372d9d50
chipx86
  1. Ship It!
  2. 
      
david
Review request changed
Status:
Completed
Change Summary:
Pushed to master (8bda78d)