From 6738029d28192a4bede142c10921dbe79ba95c7c Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Sun, 17 Nov 2013 01:21:33 -0800 Subject: [PATCH] In python gems are called packages. --- Understanding-binstubs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Understanding-binstubs.md b/Understanding-binstubs.md index 2368f83..37b4c89 100644 --- a/Understanding-binstubs.md +++ b/Understanding-binstubs.md @@ -3,7 +3,7 @@ Binstubs are wrapper scripts around executables (sometimes referred to as the environment before dispatching the call to the original executable. In the Python world, the most common binstubs are the ones that setuptools generates -after installing a gem that contains executables. But binstubs can be written in +after installing a package that contains executables. But binstubs can be written in any language, and it often makes sense to create them manually.