pr feedback

This commit is contained in:
Danny Ryan 2019-01-27 10:01:04 -07:00
parent 12619995bb
commit 8fbaa25596
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 1 additions and 1 deletions

View File

@ -1239,7 +1239,7 @@ def integer_squareroot(n: int) -> int:
#### `get_entry_exit_effect_epoch`
```python
def get_entry_exit_effect_epoch(epoch: int) -> int:
def get_entry_exit_effect_epoch(epoch: EpochNumber) -> EpochNumber:
"""
An entry or exit triggered in the ``epoch`` given by the input takes effect at
the epoch given by the output.