From 690dff1e772a94455361be3a5234245f81774e50 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Sun, 22 Mar 2015 11:47:38 -0700 Subject: [PATCH] fix numbering --- docs/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 183465e..9a5fb49 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,9 +21,9 @@ Usage Boltons can be used in a couple ways. - 1. Install the boltons package using ``pip`` or ``easy_install``. - 2. Copy the whole boltons package into your project. - 2. Copy just the ``utils.py`` module that your package needs. +1. Install the boltons package using ``pip`` or ``easy_install``. +2. Copy the whole boltons package into your project. +3. Copy just the ``utils.py`` module that your package needs. The boltons package depends on no packages, making it easy for inclusion into a project. Furthermore, most individual modules have