Skip to content

Commit 32422d1

Browse files
immanuel-petermeta-codesync[bot]
authored andcommitted
fix Rename summarise to summarize (#1370)
Summary: Modified files: - `pyrefly/lib/commands/check.rs` - `pyrefly/lib/error/mod.rs` Renamed files: - `pyrefly/lib/error/summarise.rs` -> `pyrefly/lib/error/summarize.rs` Pull Request resolved: #1370 Reviewed By: rchen152 Differential Revision: D85364344 Pulled By: yangdanny97 fbshipit-source-id: e4e07b99e3f2ad5846f49f1d7af00db528fd99d0
1 parent b45cd97 commit 32422d1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

pyrefly/lib/commands/check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ use crate::config::finder::ConfigFinder;
5353
use crate::error::error::Error;
5454
use crate::error::error::print_error_counts;
5555
use crate::error::legacy::LegacyErrors;
56-
use crate::error::summarise::print_error_summary;
56+
use crate::error::summarize::print_error_summary;
5757
use crate::error::suppress;
5858
use crate::module::typeshed::stdlib_search_path;
5959
use crate::report;

pyrefly/lib/error/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ pub mod error;
1313
pub mod expectation;
1414
pub mod legacy;
1515
pub mod style;
16-
pub mod summarise;
16+
pub mod summarize;
1717
pub mod suppress;
File renamed without changes.

0 commit comments

Comments
 (0)