Skip to content

Commit 0bbb0cc

Browse files
authored
Merge pull request #26 from HealthCatalyst/development
Fixed documentation errors.
2 parents e3adb0e + 1a08748 commit 0bbb0cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ For python version 3.x the python development team provides several installers f
5959

6060

6161
## API Changes from Version 1
62-
1. The `-Version` parameter of `Install-Python` has been renamed to `-FullVersions` to emphasize that it should be the major.minor.patch version, not the short version.
62+
1. The `-Version` parameter of `Install-Python` has been renamed to `-FullVersion` to emphasize that it should be the major.minor.patch version, not the short version.
6363
1. The `-Version` parameter of `New-PythonVirtualEnvironment` has been renamed to `-ShortVersion` to emphasize that it should be the major.minor version, not the full verison.
64-
1. `Update-Python` was added to allow easy updating of existing major.minor versions and to emphasize the fact that you cannot install multiple patch versions at once.
64+
1. The `Update-Python` function was added to allow easy updating of existing major.minor versions and to emphasize the fact that you cannot install multiple patch versions at once.
6565
1. Calling `Install-Python` and `New-PythonVirtualEnvironment` now creates folders that end in just the major.minor version instead of the full version.
6666

6767

0 commit comments

Comments
 (0)