arrow-py / arrow

🏹 Better dates & times for Python
https://arrow.readthedocs.io
Apache License 2.0
8.71k stars 673 forks source link

Docstring for Arrow.timestamp still shows the old syntax #946

Closed ketiltrout closed 3 years ago

ketiltrout commented 3 years ago

Issue Description

The example in the docstring of Arrow.timestamp still shows the old syntax (property instead of method): https://github.com/arrow-py/arrow/blob/cf8a0cc746c39cdc7109dbc91522429e82da3781/arrow/arrow.py#L852

I think this was missed in #929.

systemcatch commented 3 years ago

Thanks for spotting that, we'll correct it in the next release.