Skip to content

Commit 2a8f3f2

Browse files
StartAutomatingStartAutomating
authored andcommitted
docs: Updating Python Example
Removing Should
1 parent 85d984d commit 2a8f3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Languages/Python/Python-Language.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ print("$msg")
2525
.> .\HelloWorld.ps1.py
2626
.EXAMPLE
2727
'print("Hello World")' > .\HelloWorld.py
28-
Invoke-PipeScript .\HelloWorld.py # Should -Be 'Hello World'
28+
Invoke-PipeScript .\HelloWorld.py
2929
#>
3030
[ValidatePattern('\.py$')]
3131
param()

0 commit comments

Comments
 (0)