Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
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
update doc
  • Loading branch information
xuantengh committed Oct 30, 2024
commit 4879a5dfb87182e99c7d90af63378d57d81c1869
2 changes: 1 addition & 1 deletion Doc/library/inspect.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@ which is a bitmap of the following flags:
.. data:: CO_HAS_DOCSTRING

The flag is set when there is a docstring for the code object in
the source code. If so, it will be the first item in
the source code. If set, it will be the first item in
:attr:`~codeobject.co_consts`.

.. versionadded:: 3.14
Expand Down