Fix typos in pytestbot
This commit is contained in:
		
							parent
							
								
									e0ea00a70d
								
							
						
					
					
						commit
						14de6781d8
					
				|  | @ -227,7 +227,7 @@ def find_next_version(base_branch: str, is_major: bool) -> str: | ||||||
|         msg = dedent( |         msg = dedent( | ||||||
|             f""" |             f""" | ||||||
|             Found features or breaking changes in `{base_branch}`, and feature releases can only be |             Found features or breaking changes in `{base_branch}`, and feature releases can only be | ||||||
|             created from `master`.": |             created from `master`: | ||||||
|         """ |         """ | ||||||
|         ) |         ) | ||||||
|         msg += "\n".join(f"* `{x.name}`" for x in sorted(features + breaking)) |         msg += "\n".join(f"* `{x.name}`" for x in sorted(features + breaking)) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue