Skip to content

Commit 8c3423d

Browse files
committed
Positional arg notation in help()
1 parent 4fb955f commit 8c3423d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub fn loads(py: Python, obj: PyObject) -> PyResult<PyObject> {
4343
decode::deserialize(py, obj.as_ptr())
4444
}
4545

46-
/// dumps(obj, default, option, /)
46+
/// dumps(obj, /, default, option)
4747
/// --
4848
///
4949
/// Serialize Python objects to JSON.

0 commit comments

Comments
 (0)