Skip to content

Commit

Permalink
Update content/python/concepts/dates/terms/strptime/strptime.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mamta Wardhani <[email protected]>
  • Loading branch information
EduardoGallego94 and mamtawardhani authored Dec 30, 2024
1 parent 93aa5c2 commit 0f741c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/python/concepts/dates/terms/strptime/strptime.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The **`.strptime()`** is a method included in the [`datetime`](https://www.codec

## Syntax

```python
```pseudo
from datetime import datetime
datetime.strptime(date_string, format)
Expand Down

0 comments on commit 0f741c5

Please sign in to comment.