File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The following code shows the list of serialized classes in transformers.
1717Patched Classes
1818===============
1919
20- The following script shows the list of method patched
20+ The following script shows the list of methods patched
2121for 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:
You can’t perform that action at this time.
0 commit comments