Skip to content

Commit

Permalink
python: correct typo in function process_message_4
Browse files Browse the repository at this point in the history
  • Loading branch information
ElsaLopez133 committed Nov 22, 2024
1 parent 628266e commit 47c7216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lakers-python/src/initiator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ impl PyEdhocInitiator {
}
}

pub fn propcess_message_4<'a>(
pub fn process_message_4<'a>(
&mut self,
py: Python<'a>,
message_4: Vec<u8>,
Expand Down

0 comments on commit 47c7216

Please sign in to comment.