This commit is contained in:
Arthur Zucker
2023-09-04 19:11:19 +00:00
parent d4008b0d7a
commit c599db1421

View File

@ -184,7 +184,7 @@ impl PyAddedToken {
/// Set the content of this :obj:`AddedToken`
#[setter]
fn set_content(&mut self, content: String) {
self.content = content.into();
self.content = content;
}
/// Get the value of the :obj:`rstrip` option