chore: fix some typos (#557)
Signed-off-by: zoupingshi <hangfachang@outlook.com>
This commit is contained in:
		
							parent
							
								
									01c510658d
								
							
						
					
					
						commit
						d74837b10a
					
				|  | @ -607,7 +607,7 @@ You have been provided with these additional arguments, that you can access usin | ||||||
| 
 | 
 | ||||||
|     def __call__(self, task: str, **kwargs): |     def __call__(self, task: str, **kwargs): | ||||||
|         """ |         """ | ||||||
|         This methd is called only by a manager agent. |         This method is called only by a manager agent. | ||||||
|         Adds additional prompting for the managed agent, runs it, and wraps the output. |         Adds additional prompting for the managed agent, runs it, and wraps the output. | ||||||
|         """ |         """ | ||||||
|         full_task = populate_template( |         full_task = populate_template( | ||||||
|  |  | ||||||
|  | @ -30,7 +30,7 @@ def check_tests_in_ci(): | ||||||
|     tests, hence this check. |     tests, hence this check. | ||||||
| 
 | 
 | ||||||
|     NOTE: current implementation is quite naive but should work for now. Must be updated if one want to ignore some |     NOTE: current implementation is quite naive but should work for now. Must be updated if one want to ignore some | ||||||
|           tests or if file naming is updated (currently only files starting by `test_*` are cheked) |           tests or if file naming is updated (currently only files starting by `test_*` are checked) | ||||||
|     """ |     """ | ||||||
|     test_files = [ |     test_files = [ | ||||||
|         path.relative_to(TESTS_FOLDER).as_posix() |         path.relative_to(TESTS_FOLDER).as_posix() | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue