Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f14d2a

Browse files
committed
PayloadManager: Fix docstring.
1 parent b8499e3 commit 2f14d2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

IPython/core/payload.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class PayloadManager(Configurable):
3232
def write_payload(self, data, single=True):
3333
"""Include or update the specified `data` payload in the PayloadManager.
3434
35-
If a previous payload with the same source than `data` exists
36-
and `single` is True, it will be overwritten with the new one.
35+
If a previous payload with the same source exists and `single` is True,
36+
it will be overwritten with the new one.
3737
"""
3838

3939
if not isinstance(data, dict):

0 commit comments

Comments
 (0)