Skip to content

Commit de7a5d8

Browse files
committed
Fixed doc strings in sample.py.
1 parent a0f632a commit de7a5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# You should have received a copy of the GNU General Public License
2020
# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
2121
#
22-
"""Evaluate a review graph mining algorithm with the synthetic dataset.
22+
"""Evaluate a review graph mining algorithm with the Trip Advisor dataset.
2323
"""
2424
# pylint: disable=invalid-name
2525
from __future__ import absolute_import, division

0 commit comments

Comments
 (0)