From 8482c5997004b521607e75cc76a99e3741438677 Mon Sep 17 00:00:00 2001 From: Prabhjot Singh <42891474+PrabhjotSingh247@users.noreply.github.com> Date: Tue, 1 Apr 2025 15:57:01 -0500 Subject: [PATCH] Update Using_projectpy_for_grid_jobs.md Minor correction. The -> to in line 61 --- sbndcode_wiki/Using_projectpy_for_grid_jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbndcode_wiki/Using_projectpy_for_grid_jobs.md b/sbndcode_wiki/Using_projectpy_for_grid_jobs.md index c22a40c47..bd92b032f 100644 --- a/sbndcode_wiki/Using_projectpy_for_grid_jobs.md +++ b/sbndcode_wiki/Using_projectpy_for_grid_jobs.md @@ -58,7 +58,7 @@ Here is a useful process to follow when you submit jobs to the gird. -## How the write a `project.py` XML file +## How to write a `project.py` XML file `project.py` handles job submissions to the grid so that you don't have to worry about managing all the jobs you send to the grid yourself.