Skip to content

Commit 853b9c8

Browse files
committed
fix: doc-string
1 parent 8180018 commit 853b9c8

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

python/pyspark/sql/functions/builtin.py

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25296,18 +25296,20 @@ def try_make_timestamp_ntz(
2529625296
yearsOrDate : :class:`~pyspark.sql.Column` or column name
2529725297
Either:
2529825298

25299-
- The year to represent, from 1 to 9999;
25300-
for timsetamp creation based on year, month, day, hour, minute and second.
25301-
- The date to represent, in valid DATE format;
25302-
for timsetamp creation based on date and time.
25299+
- The year to represent, from 1 to 9999;
25300+
for timsetamp creation based on year, month, day, hour, minute and second.
25301+
25302+
- The date to represent, in valid DATE format;
25303+
for timsetamp creation based on date and time.
2530325304

2530425305
monthsOrTime : :class:`~pyspark.sql.Column` or column name
2530525306
Either:
2530625307

25307-
- The month-of-year to represent, from 1 (January) to 12 (December);
25308-
for timsetamp creation based on year, month, day, hour, minute and second.
25309-
- The time to represent, in valid TIME format;
25310-
for timsetamp creation based on date and time.
25308+
- The month-of-year to represent, from 1 (January) to 12 (December);
25309+
for timsetamp creation based on year, month, day, hour, minute and second.
25310+
25311+
- The time to represent, in valid TIME format;
25312+
for timsetamp creation based on date and time.
2531125313

2531225314
days : :class:`~pyspark.sql.Column` or column name, optional
2531325315
The day-of-month to represent, from 1 to 31;

0 commit comments

Comments
 (0)