-
Notifications
You must be signed in to change notification settings - Fork 235
Replace argument with parameter in coastlines tutorial #1128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Found another passage in the coastlines tutorial where "argument" is incorrectly used. It's replaced by "parameter" in this PR.
|
Great~ Only one minor additional revision Change 10i to be 10c? pygmt/examples/tutorials/coastlines.py Line 86 in d7de537
|
Of couse 😉. Will change it and let's have a look how it appears in sphinx. |
|
Looks good on my phone. |
|
I can see the frame annotations on my phone now. |
…gTools#1128) * Replace argument with parameter in coastlines tutorial * Replace 10i by 15c in projection parameter


Description of proposed changes
Found further passages in the coastlines tutorial where "argument" is incorrectly used. It's replaced by "parameter" in this PR.
Reminders
make formatandmake checkto make sure the code follows the style guide.doc/api/index.rst.Slash Commands
You can write slash commands (
/command) in the first line of a comment to performspecific operations. Supported slash commands are:
/format: automatically format and lint the code/test-gmt-dev: run full tests on the latest GMT development version