]> xn--ix-yja.es Git - alex.git/commitdiff
Fix typo
authoralexpdp7 <alex@pdp7.net>
Fri, 7 Jun 2024 12:11:19 +0000 (14:11 +0200)
committeralexpdp7 <alex@corcoles.net>
Fri, 7 Jun 2024 12:11:53 +0000 (14:11 +0200)
linux/running_commands_in_linux.adoc

index e236ec588e717a84991367be785d9fb02625a779..b1c68ad893bace7a76ac54cbb6bd5b4a90fb3daa 100644 (file)
@@ -12,7 +12,7 @@ For example, shell scripts tend to be mostly composed of invocations of programs
 Even software developed in languages such as Python, C, or Java often invokes other programs.
 
 Python software developers use the `subprocess` module to perform this task.
-Other languages provide similar facilities, with 
+Other languages provide similar facilities.
 
 Consider the two following Python sessions to execute an equivalent to the `bash` statement `cat /etc/passwd`: