From: alexpdp7 Date: Fri, 7 Jun 2024 12:11:19 +0000 (+0200) Subject: Fix typo X-Git-Tag: 20241020-emacs~158 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=f2bb6618bd7647946d9a2feae8cf70ee215d12da;p=alex.git Fix typo --- 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`: