From ffb9dc69e04a1cf6a2f7b2f5e4f359d67d6e75e8 Mon Sep 17 00:00:00 2001 From: Cedric Ziel Date: Sun, 8 Apr 2018 18:11:42 +0200 Subject: [PATCH] Minor documentation changes for product reviews --- docs/book/products/product_reviews.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/products/product_reviews.rst b/docs/book/products/product_reviews.rst index 458d6bef86d..46fbc4266de 100644 --- a/docs/book/products/product_reviews.rst +++ b/docs/book/products/product_reviews.rst @@ -4,7 +4,7 @@ Product Reviews =============== -Product Reviews are a marketing tool that let your customers to give opinions about the products they buy in your shop. +Product Reviews are a marketing tool that let your customers give opinions about the products they buy in your shop. They have a ``rating`` and ``comment``. Rating @@ -36,7 +36,7 @@ How is the average rating calculated? The average rating is updated by the `AverageRatingUpdater `_ service. -It has inside the `AverageRatingCalculator `_, +It wraps the `AverageRatingCalculator `_, and uses it inside the ``updateFromReview`` method. How to add a ProductReview programmatically?