Skip to content

Commit fb1e055

Browse files
authored
Fix typo
1 parent 81959e8 commit fb1e055

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Stow-Python
22

3-
This is a pedantically faithful, singe-file, dependency-free Python reimplementation of all of [GNU Stow](https://www.gnu.org/software/stow/), the symlink farm manager, that runs on any Python version from 2.7 to 3.14 and beyond.
3+
This is a pedantically faithful, single-file, dependency-free Python reimplementation of all of [GNU Stow](https://www.gnu.org/software/stow/), the symlink farm manager, that runs on any Python version from 2.7 to 3.14 and beyond.
44

55
The reason for making this is that GNU Stow is very useful but it's written in Perl. This can cause some headaches on some HPC clusters or other systems that you don't control yourself regarding the Perl toolchain. This reimplementation lets you use Stow on systems where Perl isn't available (or isn't the correct version, or misses some packages etc.) but *some* version of Python is there (2.7 or 3.0–3.14+), which is basically always.
66

0 commit comments

Comments
 (0)