From f2681a1940ebd7c804469d09c3470271ed34c559 Mon Sep 17 00:00:00 2001 From: Ryan Shaffer <3620100+rmshaffer@users.noreply.github.com> Date: Wed, 8 May 2024 11:51:38 -0400 Subject: [PATCH] Comment formatting --- .github/scripts/update_dependency.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/scripts/update_dependency.py b/.github/scripts/update_dependency.py index 63f3e21..a3493f1 100644 --- a/.github/scripts/update_dependency.py +++ b/.github/scripts/update_dependency.py @@ -16,11 +16,11 @@ # Here we replace the `autoqasm` dependency to point to the file system; otherwise # pip will install them separately, allowing it to override the version of -# any mutual dependencies with autoqasm. By pointing to the file system, pip will be -# forced to reconcile the dependencies in setup.py with the dependencies of autoqasm, +# any mutual dependencies with AutoQASM. By pointing to the file system, pip will be +# forced to reconcile the dependencies in setup.py with the dependencies of AutoQASM, # and raise an error if there are conflicts. While we can't do this for every upstream -# dependency, we can do this for the ones we own to make sure that when autoqasm updates -# its dependencies, these upstream github repos will not be impacted. +# dependency, we can do this for the ones we own to make sure that when AutoQASM updates +# its dependencies, these upstream GitHub repos will not be impacted. package = "autoqasm" path = Path.cwd().parent.resolve()