updating win_chocolatey.py docs examples (#40101)

<!--- Your description here -->
Edit to the notepadplusplus example. 

Removed `.install` as per chocolatey documentation, the package is just notepadplusplus. 

docs found here: https://chocolatey.org/packages/notepadplusplus
+label: docsite_pr
pull/40127/head
Jake Jackson 6 years ago committed by Jordan Borean
parent 3955e528b1
commit 7d221c4663

@ -150,7 +150,7 @@ EXAMPLES = r'''
- name: Install notepadplusplus version 6.6
win_chocolatey:
name: notepadplusplus.install
name: notepadplusplus
version: '6.6'
- name: Install git from specified repository

Loading…
Cancel
Save