Thanks to visit codestin.com Credit goes to github.com
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 b8499e3 commit 2f14d2aCopy full SHA for 2f14d2a
1 file changed
IPython/core/payload.py
@@ -32,8 +32,8 @@ class PayloadManager(Configurable):
32
def write_payload(self, data, single=True):
33
"""Include or update the specified `data` payload in the PayloadManager.
34
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.
+ If a previous payload with the same source exists and `single` is True,
+ it will be overwritten with the new one.
37
"""
38
39
if not isinstance(data, dict):
0 commit comments