rust/hg-cpython/src/ancestors.rs
changeset 51700 7f0cb9ee0534
parent 51692 771598067be2
child 51705 3876d4c6c79e
--- a/rust/hg-cpython/src/ancestors.rs	Mon Jul 22 16:49:38 2024 +0200
+++ b/rust/hg-cpython/src/ancestors.rs	Tue Jul 23 10:02:46 2024 +0200
@@ -19,8 +19,8 @@
 //!   `mercurial.ancestor.incrementalmissingancestors`.
 //!
 //!   API differences:
-//!    + it is instantiated with a C `parsers.index` instance instead of a
-//!      parents function.
+//!    + it is instantiated with a C `parsers.index`
+//!      instance instead of a parents function.
 //!    + `MissingAncestors.bases` is a method returning a tuple instead of
 //!      a set-valued attribute. We could return a Python set easily if our
 //!      [PySet PR](https://github.com/dgrunwald/rust-cpython/pull/165)