Skip to content

Commit 0b602b9

Browse files
authored
Merge pull request #1237 from gajennings/main
Fix bug 4861 by correcting file path
2 parents d58aeb1 + 34e6549 commit 0b602b9

File tree

1 file changed

+2
-2
lines changed
  • OpenProblemLibrary/CollegeOfIdaho/Intro_to_Statistics/setStatistics_Ch02DescribingData/02Stats_07_DescrData

1 file changed

+2
-2
lines changed

OpenProblemLibrary/CollegeOfIdaho/Intro_to_Statistics/setStatistics_Ch02DescribingData/02Stats_07_DescrData/02Stats_07_DescrData.pg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# This file is just a pointer to the file
22
#
3-
# "Library/CollegeOfIdaho/setStatistics_Ch02DescribingData/02Stats_07_DescrData/02Stats_07_DescrData.pg"
3+
# "Library/CollegeOfIdaho/setStatistics_Ch02DescribingData/02Stats_07_DescrData.pg"
44
#
55
# You may want to change your problem set to use that problem
66
# directly, especially if you want to make a copy of the problem
77
# for modification.
88

99
DOCUMENT();
10-
includePGproblem("Library/CollegeOfIdaho/setStatistics_Ch02DescribingData/02Stats_07_DescrData/02Stats_07_DescrData.pg");
10+
includePGproblem("Library/CollegeOfIdaho/setStatistics_Ch02DescribingData/02Stats_07_DescrData.pg");
1111
ENDDOCUMENT();
1212

1313
## These tags keep this problem from being added to the NPL database

0 commit comments

Comments
 (0)