We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692e1f9 commit 94019bcCopy full SHA for 94019bc
ipython_magic/datemagic.py
@@ -53,7 +53,7 @@ class DateMagic(Magics):
53
@argument('-z', '--timezone', action='store_true', help='prints time zone')
54
@argument('-y', '--python', action='store_true', help='prints Python version')
55
@argument('-i', '--ipython', action='store_true', help='prints IPython version')
56
- @argument('-p', '--packages', action=str, help='prints versions of Python modules and packages')
+ @argument('-p', '--packages', type=str, help='prints versions of Python modules and packages')
57
def date(self, line):
58
"""
59
IPython magic function for printing the current date, time, Python,
0 commit comments