From 43da8c96b77342b9d2203da9f32dc6b8db04e2a8 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Tue, 09 Oct 2018 08:55:40 +0200
Subject: [PATCH] Fix comments in `setup.py`s

---
 docs/quick_tutorial/sessions/setup.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/quick_tutorial/sessions/setup.py b/docs/quick_tutorial/sessions/setup.py
index 0c980b6..e9c068a 100644
--- a/docs/quick_tutorial/sessions/setup.py
+++ b/docs/quick_tutorial/sessions/setup.py
@@ -1,6 +1,6 @@
 from setuptools import setup
 
-# List of dependencies installed via `pip install -e .`.
+# List of dependencies installed via `pip install -e .`
 # by virtue of the Setuptools `install_requires` value below.
 requires = [
     'pyramid',
@@ -8,7 +8,7 @@
     'waitress',
 ]
 
-# List of dependencies installed via `pip install -e ".[testing]"`
+# List of dependencies installed via `pip install -e ".[dev]"`
 # by virtue of the Setuptools `extras_require` value in the Python
 # dictionary below.
 dev_requires = [

--
Gitblit v1.9.3