8000 Rework README and CONTRIBUTING by srittau · Pull Request #5429 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

Rework README and CONTRIBUTING #5429

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

Merged
merged 20 commits into from
May 12, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
link fix
  • Loading branch information
srittau committed May 12, 2021
commit cc33d36bd5592a7e83a22ca1e47b94a8714b28cd
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Python function annotations ([PEP 3107](https://www.python.org/dev/peps/pep-3107
are used to describe the signature of each function or method.

See [PEP 484](http://www.python.org/dev/peps/pep-0484/) for the exact
syntax of the stub files and [CONTRIBUTING.md](CONTRIBUTING.md) for the
syntax of the stub files and [below](#stub-file-coding-style) for the
coding style used in typeshed.

### What to include
Expand Down
0