From bc189357b0a4c113c09a6b5985aa37383f6c23b1 Mon Sep 17 00:00:00 2001 From: Colin Dunklau Date: Sat, 22 Sep 2018 13:05:12 +0200 Subject: [PATCH] Fix dead Setuptools doc link --- docs/build/tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/tutorial.rst b/docs/build/tutorial.rst index 735c481f..d6ccc900 100644 --- a/docs/build/tutorial.rst +++ b/docs/build/tutorial.rst @@ -206,8 +206,8 @@ This file contains the following features: as in ``%(here)s/alembic``. For support of applications that package themselves into .egg files, the value can - also be specified - as a `package resource `_, in which + also be specified as a `package resource + `_, in which case ``resource_filename()`` is used to find the file (new in 0.2.2). Any non-absolute URI which contains colons is interpreted here as a resource name, rather than a straight filename. -- 2.47.2