Skip to content

Commit 82d6fdf

Browse files
committed
add doc
1 parent 654673b commit 82d6fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/JavaModuleBuiltins.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Object type(PString name) {
111111
}
112112
}
113113

114-
@Builtin(name = "add_to_classpath", takesVarArgs = true)
114+
@Builtin(name = "add_to_classpath", takesVarArgs = true, doc = "Add all arguments to the classpath.")
115115
@GenerateNodeFactory
116116
abstract static class AddToClassPathNode extends PythonBuiltinNode {
117117
@Specialization

0 commit comments

Comments
 (0)