docs: fix docstring parameter names that do not match signatures (#48575)
- utils/peft_utils.py check_peft_version documented 'version'; the
parameter is min_version
- integrations/hub_kernels.py load_and_register_attn_kernel documented
'attn_wrapper'; the parameter is attention_wrapper
- pipelines/document_question_answering.py match_and_aggregate-style
fn documented 'topk'; the parameter is top_k
Docstring-only; found via an AST docstring-Args vs signature sweep.