Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix .rst bug
  • Loading branch information
Erlend E. Aasland committed Jan 20, 2021
commit 19b306f6cdd7034ea71ecfd4412e224cd1334206
2 changes: 1 addition & 1 deletion Doc/howto/clinic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ the clinic input::
After running the Argument Clinic tool, the following function signature is
generated::

[clinic start generated code]*/
/*[clinic start generated code]*/
static PyObject *
zlib_Compress_compress_impl(compobject *self, PyTypeObject *cls,
Py_buffer *data)
Expand Down