We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb955f commit 8c3423dCopy full SHA for 8c3423d
1 file changed
src/lib.rs
@@ -43,7 +43,7 @@ pub fn loads(py: Python, obj: PyObject) -> PyResult<PyObject> {
43
decode::deserialize(py, obj.as_ptr())
44
}
45
46
-/// dumps(obj, default, option, /)
+/// dumps(obj, /, default, option)
47
/// --
48
///
49
/// Serialize Python objects to JSON.
0 commit comments