Skip to content

Commit b171f13

Browse files
committed
DOC: remove print in SpaceMagic.space docstring
1 parent c9952ec commit b171f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_spaces/magics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def space(self, line, cell):
2222
Examples:
2323
>>> %%space space_name
2424
... alpha = 0.50
25-
... print(alpha)
25+
... alpha
2626
"""
2727
space = space_register.get_space(name=line, outer_space=self.shell.user_ns)
2828
space.execute(source=cell)

0 commit comments

Comments
 (0)