Skip to content

Commit 7ce0fe0

Browse files
Merge branch 'patch-25' of https://github.com/joshts0/sql-docs into 20221109-myr-mypython
2 parents 7830d6d + dc7a178 commit 7ce0fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/machine-learning/install/custom-runtime-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Use the following SQL script to verify the installation and functionality of the
7575

7676
```sql
7777
EXEC sp_execute_external_script
78-
@language =N'Python',
78+
@language =N'myPython',
7979
@script=N'
8080
import sys
8181
print(sys.path)

0 commit comments

Comments
 (0)