From 21227087f7f933eaae364627d8908f19c32c9990 Mon Sep 17 00:00:00 2001
From: cewing <cris@crisewing.com>
Date: Fri, 03 Jun 2016 19:50:45 +0200
Subject: [PATCH] make term less specific to one implementation

---
 contributing.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contributing.md b/contributing.md
index 922d2e7..33a9dc5 100644
--- a/contributing.md
+++ b/contributing.md
@@ -64,7 +64,7 @@
 
          git remote add upstream git@github.com:Pylons/pyramid.git
 
-4.  Create a virtualenv and set an environment variable as instructed in the
+4.  Create a virtual environment and set an environment variable as instructed in the
     [prerequisites](https://github.com/Pylons/pyramid/blob/master/HACKING.txt#L55-L58).
 
          # Mac and Linux
@@ -73,7 +73,7 @@
          # Windows
          set VENV=c:\hack-on-pyramid\env
 
-4.  Install `tox` into your virtualenv.
+4.  Install `tox` into your virtual environment.
 
          $ $VENV/bin/pip install tox
 

--
Gitblit v1.9.3