diff --git a/DESCRIPTION b/DESCRIPTION
index bb3d6a44b84346dbd082cb35d1bea5f932d5c63e..9cc7e1167913eae42f736fa2e9a7bf53c6206591 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.3.2.46
+Version: 1.3.2.47
 Date: 2019-11-04
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/NEWS.md b/NEWS.md
index f92d7c9f371582b77c71029f83f9e9a0c6cab4ca..fe9693381b2c57deb96be6de20a5c6c41308b0f8 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,7 +2,7 @@
 
 
 
-### 1.3.2.46 Release Notes (2019-11-04)
+### 1.3.2.47 Release Notes (2019-11-04)
 
 
 #### Bug fixes
diff --git a/man/SeriesAggreg.Rd b/man/SeriesAggreg.Rd
index 3eb8dde62a9b86f1c0b90acf700a137b195e24e7..514bdf924177e0a08d65c3e96c59f67ec37a1839 100644
--- a/man/SeriesAggreg.Rd
+++ b/man/SeriesAggreg.Rd
@@ -17,9 +17,9 @@ SeriesAggreg(TabSeries, TimeFormat, NewTimeFormat, ConvertFun,
 \arguments{
 \item{TabSeries}{[POSIXt+numeric] data.frame containing the vector of dates (POSIXt) and the time series values numeric)}
 
-\item{TimeFormat}{[character] desired format (i.e. \code{"hourly"}, \code{"daily"}, \code{"monthly"} or \code{"yearly"})}
+\item{TimeFormat}{[character] input time-step format (i.e. \code{"hourly"}, \code{"daily"}, \code{"monthly"} or \code{"yearly"})}
 
-\item{NewTimeFormat}{[character] desired format (i.e. \code{"hourly"}, \code{"daily"}, \code{"monthly"} or \code{"yearly"})}
+\item{NewTimeFormat}{[character] output time-step format (i.e. \code{"hourly"}, \code{"daily"}, \code{"monthly"} or \code{"yearly"})}
 
 \item{ConvertFun}{[character] names of aggregation functions (e.g. for P[mm], T[degC], Q[mm] : \code{ConvertFun = c("sum", "mean", "sum"}))}