rust-dagops: fix typo in docstring
authorRapha?l Gom?s <rgomes@octobus.net>
Tue, 18 Feb 2025 11:31:45 +0100
changeset 52975 0db5f7987b13
parent 52974 ea9846b8e539
child 52976 d934d730c6c2
rust-dagops: fix typo in docstring
rust/hg-pyo3/src/dagops.rs
--- a/rust/hg-pyo3/src/dagops.rs	Mon Feb 17 16:28:00 2025 +0100
+++ b/rust/hg-pyo3/src/dagops.rs	Tue Feb 18 11:31:45 2025 +0100
@@ -8,7 +8,7 @@
 //! Bindings for the `hg::dagops` module provided by the
 //! `hg-core` package.
 //!
-//! From Python, this will be seen as `mercurial.pyo3-rustext.dagop`
+//! From Python, this will be seen as `mercurial.pyo3_rustext.dagop`
 use pyo3::prelude::*;
 
 use std::collections::HashSet;