mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 09:21:13 +08:00
fixed typo for codespell (#5753)
This commit is contained in:
@ -43,7 +43,7 @@ def is_pentagonal(n: int) -> bool:
|
||||
|
||||
def solution(start: int = 144) -> int:
|
||||
"""
|
||||
Returns the next number which is traingular, pentagonal and hexagonal.
|
||||
Returns the next number which is triangular, pentagonal and hexagonal.
|
||||
>>> solution(144)
|
||||
1533776805
|
||||
"""
|
||||
|
Reference in New Issue
Block a user