From 1a32b7439fb165fd5e0481a66a3dd29a655163f7 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 4 Sep 2019 16:36:54 -0400
Subject: [PATCH] Stop talking about the "network" it doesn't matter

---
 morph/README.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/morph/README.rst b/morph/README.rst
index 9e1a2e1b..d008f07b 100644
--- a/morph/README.rst
+++ b/morph/README.rst
@@ -16,8 +16,7 @@ grid.nix
 --------
 
 This is the `morph`_ entrypoint for the grid.
-This defines the "network" (which is not really related to any IP networking configuration).
-It also defines all of the servers that are part of the grid.
+This defines all of the servers that are part of the grid.
 
 The actual configuration is split into separate files that are imported from this one.
 You can do things like build the network::
-- 
GitLab