python3 issues with docker installation

I am installing docker on kali but have this issue with python-pip3. I have installed python3 on the target host. I don’t know how to fix this problem

TASK [install python-pip3] *****************************************************
fatal: [localhost]: FAILED! => {“changed”: false, “msg”: “No package matching ‘python-pip3’ is available”}

Isn’t the package called python3-pip?

Yes it is…I made a typo error. Thank you