You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by se...@apache.org on 2016/07/05 23:23:00 UTC

yetus git commit: YETUS-405. Minor typo for python-dateutil package

Repository: yetus
Updated Branches:
  refs/heads/master 420bfa830 -> 0f3e09db0


YETUS-405. Minor typo for python-dateutil package

Signed-off-by: Kengo Seki <se...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/yetus/repo
Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/0f3e09db
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/0f3e09db
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/0f3e09db

Branch: refs/heads/master
Commit: 0f3e09db0433cfd8d8a139af066174a33766556d
Parents: 420bfa8
Author: Karen Clark <kc...@gmail.com>
Authored: Mon Jul 4 17:58:23 2016 -0700
Committer: Kengo Seki <se...@apache.org>
Committed: Wed Jul 6 08:21:28 2016 +0900

----------------------------------------------------------------------
 asf-site-src/source/documentation/in-progress/releasedocmaker.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/0f3e09db/asf-site-src/source/documentation/in-progress/releasedocmaker.md
----------------------------------------------------------------------
diff --git a/asf-site-src/source/documentation/in-progress/releasedocmaker.md b/asf-site-src/source/documentation/in-progress/releasedocmaker.md
index 359dd29..5e8e88f 100644
--- a/asf-site-src/source/documentation/in-progress/releasedocmaker.md
+++ b/asf-site-src/source/documentation/in-progress/releasedocmaker.md
@@ -45,7 +45,7 @@ In order to solve these problems, releasedocmaker was written to automatically g
 
 * Python 2.5 with dateutil extension
 
-dateutil may be installed via pip:  `pip install python.dateutil`
+dateutil may be installed via pip:  `pip install python-dateutil`
 
 # Basic Usage