chore: remove repetitive words (#10502)

This commit is contained in:
veryyet
2024-03-21 11:57:16 +08:00
committed by GitHub
parent 4ad3166a3f
commit c5ea4209bb
4 changed files with 4 additions and 4 deletions

View File

@@ -166,7 +166,7 @@ pub fn parse(source: &str, mode: Mode) -> Result<Mod, ParseError> {
/// Parse the given Python source code using the specified [`Mode`] and [`TextSize`].
///
/// This function allows to specify the location of the the source code, other than
/// This function allows to specify the location of the source code, other than
/// that, it behaves exactly like [`parse`].
///
/// # Example