PR Suggestion: Punctuation Update in Simple Linked List Readme

I’m seeing a very minor, but nonetheless incorrect, punctuation with some of the links in Simple Linked List. Specifically, in at least two places, a period is placed after a link even though it’s mid-sentence.

instructions.append.md:

See implementing an iterator for a class. for implementation details.

hints.md:

Implementing an iterator for a class. can help show you how.

Given the same link and the same link text, I’m assuming one is a copy/paste from the other.

Since “we ask that all changes to Exercism are discussed on our Community Forum before being opened on GitHub,” I guess I start the process by posting here first? I’d be happy to submit a quick PR to correct this.

Hi @chivalry :wave:

Thanks for reporting these on the forum!

Sure. Have at it. :slightly_smiling_face: The PR bot will likely close it, but I will then reopen it/review/merge.

Here you go: Remove extraneous periods by chivalry · Pull Request #3833 · exercism/python · GitHub

I went ahead and proof-read the rest of the docs, and found one more unneeded period that I removed.

Approved and merged! Thanks. :slightly_smiling_face: