Skip to content

Commit ad6ed9f

Browse files
committed
Small titles
1 parent 916bf00 commit ad6ed9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -426,9 +426,9 @@ Datetime
426426
```python
427427
from datetime import datetime, strptime
428428
now = datetime.now()
429-
now.month # 3
430-
now.strftime('%Y%m%d') # '20180315'
431-
now.strftime('%Y%m%d%H%M%S') # '20180315002834'
429+
now.month # 3
430+
now.strftime('%Y%m%d') # '20180315'
431+
now.strftime('%Y%m%d%H%M%S') # '20180315002834'
432432
<datetime> = strptime('2015-05-12 00:39', '%Y-%m-%d %H:%M')
433433
```
434434

0 commit comments

Comments
 (0)