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
fixup: double backticks
  • Loading branch information
jacobtylerwalls committed Apr 10, 2023
commit 487e2178b48e1cd21762e5d0b8440c663d47fc29
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Fixed handling in :meth:`inspect.signature.bind` of keyword arguments having
the same name as positional-only arguments when a variadic keyword argument
(e.g. `**kwargs`) is present.
(e.g. ``**kwargs``) is present.