From 8207b1563e1878d8943471d74c9b311bcb195bf7 Mon Sep 17 00:00:00 2001 From: David Lord Date: Wed, 28 Jun 2017 19:55:39 -0700 Subject: [PATCH] fix formatting -R is no longer an egg_info option closes #2400 [ci skip] --- docs/patterns/distribute.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/patterns/distribute.rst b/docs/patterns/distribute.rst index f4a07579..693f3731 100644 --- a/docs/patterns/distribute.rst +++ b/docs/patterns/distribute.rst @@ -88,8 +88,8 @@ support them and they make debugging a lot harder. Tagging Builds -------------- -It is useful to distinguish between release and development builds. Add a -:file:`setup.cfg` file to configure these options. +It is useful to distinguish between release and development builds. Add a +:file:`setup.cfg` file to configure these options. :: [egg_info] tag_build = .dev