From f2bb6618bd7647946d9a2feae8cf70ee215d12da Mon Sep 17 00:00:00 2001 From: alexpdp7 Date: Fri, 7 Jun 2024 14:11:19 +0200 Subject: [PATCH] Fix typo --- linux/running_commands_in_linux.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/running_commands_in_linux.adoc b/linux/running_commands_in_linux.adoc index e236ec5..b1c68ad 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`: -- 2.47.3