changeset 52975:0db5f7987b13

rust-dagops: fix typo in docstring
author Rapha?l Gom?s <rgomes@octobus.net>
date Tue, 18 Feb 2025 11:31:45 +0100
parents ea9846b8e539
children d934d730c6c2
files rust/hg-pyo3/src/dagops.rs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;