Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jodersky committed Nov 20, 2024
1 parent fbfdfa9 commit ff33dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pythonlib/src/mill/pythonlib/PythonModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trait PythonModule extends Module with TaskModule { outer =>
def moduleDeps: Seq[PythonModule] = Nil

/**
* The folders where the source files for this mill module live
* The folders where the source files for this mill module live.
*
* Python modules will be defined relative to these directories.
*/
Expand Down
2 changes: 1 addition & 1 deletion pythonlib/src/mill/pythonlib/TestModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ trait TestModule extends TaskModule {
}

/**
* The actual task shared by `test`-tasks that runs test in a forked JVM.
* The actual task shared by `test`-tasks.
*/
protected def testTask(args: Task[Seq[String]]): Task[Seq[TestResult]]

Expand Down

0 comments on commit ff33dd2

Please sign in to comment.