diff --git a/R/getQWData.r b/R/getQWData.r
index 03c859286ae24d470b62c19afcc3d97696436a41..028bc98ab8b10528298c85a8cec671740b8539c2 100644
--- a/R/getQWData.r
+++ b/R/getQWData.r
@@ -1,6 +1,6 @@
-#' Raw Data Import for USGS NWIS Water Quality Data
+#' Data Import for USGS NWIS Water Quality Data
 #'
-#' Imports data from NWIS web service. This function gets the data from here: \url{http://www.waterqualitydata.us}
+#' Imports and processes data from NWIS web service. This function gets the data from here: \url{http://www.waterqualitydata.us}
 #' A list of parameter codes can be found here: \url{http://nwis.waterdata.usgs.gov/nwis/pmcodes/}
 #' A list of statistic codes can be found here: \url{http://nwis.waterdata.usgs.gov/nwis/help/?read_file=stat&format=table}
 #'
diff --git a/man/getQWData.Rd b/man/getQWData.Rd
index 8a58e790809055160bd9525b803b3bf521ba7e88..8348de8d5e2cd018928e1498e8d0ce37842488d7 100644
--- a/man/getQWData.Rd
+++ b/man/getQWData.Rd
@@ -1,6 +1,6 @@
 \name{getQWData}
 \alias{getQWData}
-\title{Raw Data Import for USGS NWIS Water Quality Data}
+\title{Data Import for USGS NWIS Water Quality Data}
 \usage{
   getQWData(siteNumber, ParameterCd, StartDate, EndDate,
     interactive = TRUE)
@@ -32,9 +32,10 @@
   requested parameter codes)
 }
 \description{
-  Imports data from NWIS web service. This function gets
-  the data from here: \url{http://www.waterqualitydata.us}
-  A list of parameter codes can be found here:
+  Imports and processes data from NWIS web service. This
+  function gets the data from here:
+  \url{http://www.waterqualitydata.us} A list of parameter
+  codes can be found here:
   \url{http://nwis.waterdata.usgs.gov/nwis/pmcodes/} A list
   of statistic codes can be found here:
   \url{http://nwis.waterdata.usgs.gov/nwis/help/?read_file=stat&format=table}