Skip to content

Commit

Permalink
Fix formatting in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Dec 20, 2024
1 parent 621b2ed commit 5fe387c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howtos/update-a-date.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ __date__ = '2022-12-19'
__version__ = '0.4.0'
```

The desired outcome is to update the date to the current date. For example, if today is February 23, 2024, the __init__.py file should look like this after a `minor` bump:
The desired outcome is to update the date to the current date. For example, if today is February 23, 2024, the `__init__.py` file should look like this after a `minor` bump:

```python title="my_package/__init__.py"
__date__ = '2024-02-23'
Expand Down

0 comments on commit 5fe387c

Please # to comment.