From bf37f5721106afddeec197af5343027e4f487d55 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 13 Jan 2024 12:21:19 -0700 Subject: [PATCH] [README] Replace "Un*x" with "Unix-like" Fixes https://github.com/fonttools/fonttools/issues/3416 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d84282fc7..2274fbdc6 100644 --- a/README.rst +++ b/README.rst @@ -44,7 +44,7 @@ Python 3 `venv `__ module. # create new virtual environment called e.g. 'fonttools-venv', or anything you like python -m virtualenv fonttools-venv - # source the `activate` shell script to enter the environment (Un*x); to exit, just type `deactivate` + # source the `activate` shell script to enter the environment (Unix-like); to exit, just type `deactivate` . fonttools-venv/bin/activate # to activate the virtual environment in Windows `cmd.exe`, do