Skip to content

Commit bf10f3b

Browse files
committed
Merge branch 'master' of ssh://github.com/agile-geoscience/welly
2 parents ce54b65 + 87c976e commit bf10f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ from welly import Well, Project
2424
w = Well.from_las('my_wells/my_well.las') # Load a single well.
2525
p = Project.from_las('my_wells/*.las') # Load lots of wells.
2626

27-
gr = w.data['GR'] # One log; this is a subclassed NumPy array...
27+
gr = w.data['GR'] # One log...
2828
gr.plot() # ...with some superpowers!
2929
```
3030

0 commit comments

Comments
 (0)