Skip to content

Commit

Permalink
[readme] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
apalala committed Nov 12, 2023
1 parent e68b025 commit 34e4cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ seldom used in Python code).
At any rate, **Late** is so simple and so small that you can apply any changes you like and use it as another part of your code instead of installing it as a library.


### How dows it work?
### How does it work?

For values of immutable types, `__()` will return the same value. For all other types `__()`
will wrap the value in a special ``namedtuple(actual=value)``. At function invocation time, this it what happens:
Expand Down

0 comments on commit 34e4cbb

Please sign in to comment.