diff --git a/content/pandas_filtering.ipynb b/content/pandas_filtering.ipynb index d3072b5..7407b5b 100644 --- a/content/pandas_filtering.ipynb +++ b/content/pandas_filtering.ipynb @@ -357,7 +357,7 @@ "\n", "But you're ready now, right? AWESOME. Here we go...\n", "\n", - "When dealing with dates, you want to make sure that the column containing a date is truly a [datetime]() column, as opposed to a text representation of a date.\n", + "When dealing with dates, you want to make sure that the column containing a date is truly a `datetime` column, as opposed to a text representation of a date.\n", "\n", "Let's check our original DataFrame to see what we're working with." ]