Skip to content

Commit

Permalink
de-inlined urls
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Feb 23, 2024
1 parent 1454046 commit e6e8798
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,13 @@

## Installation

Optype is available as [`optype`](https://pypi.org/project/optype/) on PyPI:
Optype is available as [`optype`](OPTYPE) on PyPI:

```shell
pip install optype
```

[OPTYPE]: https://pypi.org/project/optype/

## Getting started

Expand Down Expand Up @@ -86,10 +87,11 @@ distinction between *interface* and *implementation*.
### Elementary interfaces for the special methods

Single-method `typing.Protocol` definitions for each of the "special methods",
also known as "magic"- or "dunder"- methods. See the [python documentation
](https://docs.python.org/3/reference/datamodel.html#special-method-names) for
also known as "magic"- or "dunder"- methods. See the [Python docs](SM) for
details.

[SM]: https://docs.python.org/3/reference/datamodel.html#special-method-names

#### Strict type conversion

The return type of these special methods is *invariant*. Python will raise an
Expand Down

0 comments on commit e6e8798

Please sign in to comment.