Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
Fix exmample in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed May 24, 2019
1 parent 8335a1a commit 62c8030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Example
# Directly read and write las
las = pylas.read('filename.las')
las = pylas.convert(point_format_id=2)
las = pylas.convert(las, point_format_id=2)
las.write('converted.las')
# Open data to inspect header and then read
Expand Down

0 comments on commit 62c8030

Please sign in to comment.