Skip to content

Commit

Permalink
Merge pull request #28 from gtfuhr/patch-1
Browse files Browse the repository at this point in the history
[DOC] Update typo in README.rst
  • Loading branch information
eyaltrabelsi committed Feb 27, 2020
2 parents ab6f596 + cf48953 commit 8809d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Lets look at an example, first we need to load ``pandas-log`` after ``pandas`` a
.. code-block:: python
import pandas
import pandas_logs
import pandas_log
with pandas_logs.enable():
df = pd.DataFrame({"name": ['Alfred', 'Batman', 'Catwoman'],
Expand Down

0 comments on commit 8809d3b

Please sign in to comment.