Skip to content

Commit 3daa5c5

Browse files
committed
Minor change.
1 parent 9baedf4 commit 3daa5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/RaggedConstant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ protected Set<List<Dimension<?>>> getShapesOfValue(
148148
Set<List<Dimension<?>>> ret = HashSetFactory.make();
149149

150150
Set<Integer> maxDepthOfScalars = getMaximumDepthOfScalars(builder, valuePointsToSet);
151-
LOGGER.fine("Maximum depth of scalars in pylist: " + maxDepthOfScalars);
151+
LOGGER.fine("Maximum depth of scalars in `pylist`: " + maxDepthOfScalars);
152152

153153
// Step 2: Determine Ragged Rank (R).
154154
for (int K : maxDepthOfScalars) {

0 commit comments

Comments
 (0)