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
class not type
  • Loading branch information
JelleZijlstra committed May 24, 2023
commit bd6bd41e8101925717305ad2720a2fb97d54eb21
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Adjust the location of the (see :pep:`695`) ``type_params`` field on
:type:`ast.ClassDef`, :type:`ast.AsyncFunctionDef`, and
:type:`ast.FunctionDef` to better preserve backward compatibility. Patch by
:class:`ast.ClassDef`, :class:`ast.AsyncFunctionDef`, and
:class:`ast.FunctionDef` to better preserve backward compatibility. Patch by
Jelle Zijlstra