Skip to content

Commit ceb78b5

Browse files
Tptdavidhewitt
andauthored
Update src/impl_/pymethods.rs
Co-authored-by: David Hewitt <[email protected]>
1 parent d25fbf7 commit ceb78b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/impl_/pymethods.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ impl PySetterDef {
235235
}
236236

237237
impl PyDeleterDef {
238-
/// Define a setter.
238+
/// Define a deleter.
239239
pub const fn new(name: &'static CStr, deleter: Deleter, doc: &'static CStr) -> Self {
240240
Self {
241241
name,

0 commit comments

Comments
 (0)