Repository: yetus Updated Branches: refs/heads/master 420bfa830 -> 0f3e09db0
YETUS-405. Minor typo for python-dateutil package Signed-off-by: Kengo Seki <[email protected]> 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 <[email protected]> Authored: Mon Jul 4 17:58:23 2016 -0700 Committer: Kengo Seki <[email protected]> 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
