8000 datemagic · ilovejs/python_reference@94019bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 94019bc

Browse files
committed
datemagic
1 parent 692e1f9 commit 94019bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipython_magic/datemagic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class DateMagic(Magics):
5353
@argument('-z', '--timezone', action='store_true', help='prints time zone')
5454
@argument('-y', '--python', action='store_true', help='prints Python version')
5555
@argument('-i', '--ipython', action='store_true', help='prints IPython version')
56-
@argument('-p', '--packages', action=str, help='prints versions of Python modules and packages')
56+
@argument('-p', '--packages', type=str, help='prints versions of Python modules and packages')
5757
def date(self, line):
5858
"""
5959
IPython magic function for printing the current date, time, Python,

0 commit comments

Comments
 (0)
0