Merge branch 'master' into pep8-bootstrap
This commit is contained in:
@@ -499,7 +499,7 @@ class RustBuild(object):
|
||||
|
||||
If the key does not exists, the result is None:
|
||||
|
||||
>>> rb.get_toml("key3") == None
|
||||
>>> rb.get_toml("key3") is None
|
||||
True
|
||||
"""
|
||||
for line in self.config_toml.splitlines():
|
||||
|
||||
Reference in New Issue
Block a user