From 35befdb5349d3e4cf3425b32b050ff418fd966b1 Mon Sep 17 00:00:00 2001 From: Salvatore Rinchiera Date: Tue, 26 Sep 2017 15:19:33 -0400 Subject: [PATCH] Fix typo in universal.rst --- src/sphinx/formats/universal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphinx/formats/universal.rst b/src/sphinx/formats/universal.rst index 5d8d5ff32..f90162771 100644 --- a/src/sphinx/formats/universal.rst +++ b/src/sphinx/formats/universal.rst @@ -178,7 +178,7 @@ Currently, these task can be customized: Getting Started with Universal Packaging ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ By default, all files found in the ``src/universal`` directory are included in the distribution. So, the first step -in creating a a distribution is to place files in this directory and organize them as you'd like in them to be in the distributed package. +in creating a distribution is to place files in this directory and organize them as you'd like in them to be in the distributed package. If your output format is a zip file, for example, although the distribution will consist of just one zip file, the files and directories within that zip file will reflect the same organization and structure as ``src/universal``. To add files generated by the build task to a distribution, simply add a *mapping* to the ``mappings in Universal`` setting. Let's