Skip to content

Commit 85d984d

Browse files
author
James Brundage
committed
docs: Updating Python Example
Removing Should
1 parent 0691203 commit 85d984d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Languages/Python/Python-Language.ps.ps1

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

0 commit comments

Comments
 (0)