Skip to content

Commit a7ec597

Browse files
committed
spelling
1 parent 5b4d30b commit a7ec597

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_doc/status/patches_coverage.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following code shows the list of serialized classes in transformers.
1717
Patched Classes
1818
===============
1919

20-
The following script shows the list of method patched
20+
The following script shows the list of methods patched
2121
for transformers.
2222

2323
.. runpython::
@@ -29,11 +29,11 @@ for transformers.
2929
if name.startswith("patched_"):
3030
print(f"{cls._PATCHED_CLASS_.__name__}: {', '.join(cls._PATCHES_)}")
3131

32-
Half Automated Rewrites
33-
=======================
32+
Half Automated Rewrites for Control Flows
33+
=========================================
3434

35-
The following script shows the list of method patched
36-
for transformers.
35+
The following script shows the list of methods automatically rewritten
36+
due to control flows.
3737

3838
.. runpython::
3939
:showcode:

0 commit comments

Comments
 (0)