We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b116abc commit ddf86b0Copy full SHA for ddf86b0
1 file changed
README.md
@@ -76,7 +76,7 @@ Installs and manages packages from pip.
76
77
**uninstall_args** - Array of additional flags to pass to pip during uninstall. Default: none
78
79
-**timeout** - Timeout for the pip install command. Defaults to `1800`.
+**timeout** - Timeout for the pip install command. Defaults to 1800.
80
```puppet
81
python::pip { 'cx_Oracle' :
82
pkgname => 'cx_Oracle',
0 commit comments