aboutsummaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authoralexpdp7 <alex@pdp7.net>2024-06-07 14:11:19 +0200
committeralexpdp7 <alex@corcoles.net>2024-06-07 14:11:53 +0200
commitf2bb6618bd7647946d9a2feae8cf70ee215d12da (patch)
tree85edf0747b72bd65a12c9b351d88e9a2503bf7be /linux
parent47fe776e4ce9a391ab49923c9a471cc887cbc587 (diff)
Fix typo
Diffstat (limited to 'linux')
-rw-r--r--linux/running_commands_in_linux.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/running_commands_in_linux.adoc b/linux/running_commands_in_linux.adoc
index e236ec58..b1c68ad8 100644
--- a/linux/running_commands_in_linux.adoc
+++ b/linux/running_commands_in_linux.adoc
@@ -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`: