Skip to content

Commit 731fdd6

Browse files
committed
fix up docstring by unfortunately removing it
This commit was sponsored by Amethyst Reese, Blaise Pabon, and my other patrons. If you want to join them, you can support my work at https://glyph.im/patrons/.
1 parent dc79add commit 731fdd6

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

docs/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,5 @@ By doing so, you will:
129129
:maxdepth: 2
130130
:caption: Contents:
131131

132-
index
133132
api/index
134133

src/datetype/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,7 @@ def replace(
415415
microsecond: int = ...,
416416
*,
417417
fold: int = ...,
418-
) -> Self:
419-
"If no replacement tz is specified then we inherit"
418+
) -> Self: ...
420419

421420
@property
422421
def year(self) -> int: ...

0 commit comments

Comments
 (0)