rust/hg-cpython/src/filepatterns.rs
changeset 42841 ce6797ef6eab
parent 42634 0247601869ba
child 42957 7a01778bc7b7
--- a/rust/hg-cpython/src/filepatterns.rs	Thu Aug 22 14:31:07 2019 +0200
+++ b/rust/hg-cpython/src/filepatterns.rs	Sat Aug 31 14:12:38 2019 +0900
@@ -8,7 +8,8 @@
 
 //! Bindings for the `hg::filepatterns` module provided by the
 //! `hg-core` crate. From Python, this will be seen as `rustext.filepatterns`
-//! and can be used as replacement for the the pure `filepatterns` Python module.
+//! and can be used as replacement for the the pure `filepatterns` Python
+//! module.
 //!
 use crate::exceptions::{PatternError, PatternFileError};
 use cpython::{