Child theme enqueue function

In funcions.php of child theme:

function my_theme_enqueue_styles() {

$parent_style = ‘parent-style’; // This is ‘twentyfifteen-style’ for the Twenty Fifteen theme.

Replace  ‘parent-style’ with actual parent theme;  like  ‘twentysixteen-style’.

Otherwise, css loading is doubled with strange( parent theme version?)  version name.