From 981b6c515e7d5b9ac922e8706d3c2379086c5dd4 Mon Sep 17 00:00:00 2001 From: ruang Date: Sun, 29 Sep 2024 23:55:33 +0800 Subject: [PATCH] Change doc --- Doc/c-api/buffer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/buffer.rst b/Doc/c-api/buffer.rst index 11ddc9ed2c5da9..6285370e9ee493 100644 --- a/Doc/c-api/buffer.rst +++ b/Doc/c-api/buffer.rst @@ -521,7 +521,7 @@ Buffer-related functions Copy data from *buf* to *obj* buffer. Can convert between C-style and or Fortran-style buffers (C-style if *fort* is ``'C'`` or Fortran-style - if *fort* is ``'F'``, ``'A'``or other for defalut quick copy). + if *fort* is ``'F'``, ``'A'`` or other for defalut quick copy). ``0`` is returned on success, ``-1`` on error.