Skip to content

Commit

Permalink
English style
Browse files Browse the repository at this point in the history
  • Loading branch information
joa-quim committed Jul 13, 2023
1 parent c1b60c1 commit 7a9aa3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/rst/source/devdocs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ development simplifies if you can read entire resources into memory with
GMT_Read_Data_ or GMT_Read_VirtualFile_. However, if this leads to
unacceptable memory usage or if the program logic is particularly simple,
you may obtain one data record at the time via GMT_Get_Record_ and write
one at the time with GMT_Put_Record_. For row-by-row i/o for grids there
one at a time with GMT_Put_Record_. For row-by-row i/o for grids there
is the corresponding function GMT_Get_Row_. There are additional overhead involved
in setting up record-by-record processing, which is the topic of this section.

Expand Down
2 changes: 1 addition & 1 deletion doc/rst/source/tutorial/session-2_jl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ with plot?". The surprising answer is that we must call `plot <https://www.gener
While this sounds cumbersome there is a reason for this: Basically,
polygons need to be kept in memory since they may need to be clipped,
hence computer memory places a limit on how large polygons we may plot.
Symbols, on the other hand, can be plotted one at the time so there
Symbols, on the other hand, can be plotted one at a time so there
is no limit to how many symbols one may plot. Therefore, to connect
symbols with a line we must use the overlay approach:

Expand Down

0 comments on commit 7a9aa3c

Please sign in to comment.