diff --git a/python/paddle/trainer_config_helpers/layers.py b/python/paddle/trainer_config_helpers/layers.py index 20452335221922a4566d0f5a0e5e7d612b348e04..965874ddf632a83d00065c2d40037930a6e604a8 100755 --- a/python/paddle/trainer_config_helpers/layers.py +++ b/python/paddle/trainer_config_helpers/layers.py @@ -558,7 +558,7 @@ def slice_projection(input, slices): :param slices: An array of slice parameters. Each slice contains the start and end offsets based on the input. - :type offset: pair of int + :type slices: pair of int :return: A SliceProjection object :rtype: SliceProjection """