Skip to content

Commit 67dcdc0

Browse files
Fix typo in comment
1 parent 7976046 commit 67dcdc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geophires_x/WellBores.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ def Calculate(self, model: Model) -> None:
11931193
# If you choose to subclass this master class, you can also choose to override this method (or not),
11941194
# and if you do, do it before or after you call you own version of this method. If you do, you can also
11951195
# choose to call this method from you class, which can effectively run the calculations of the superclass,
1196-
# making all thr values available to your methods. but you had better have set all the parameters!
1196+
# making all the values available to your methods. but you had better have set all the parameters!
11971197

11981198
# calculate the reservoir pressure as a function of time
11991199
if self.usebuiltinhydrostaticpressurecorrelation:

0 commit comments

Comments
 (0)