We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4573146 commit d6cca0bCopy full SHA for d6cca0b
pandas/tests/test_config.py
@@ -49,7 +49,7 @@ def test_register_option(self):
49
'doc')
50
51
# no python keywords
52
- self.assertRaises(ValueError, self.cf.register_option, 'print',0)
+ self.assertRaises(ValueError, self.cf.register_option, 'for',0)
53
# must be valid identifier (ensure attribute access works)
54
self.assertRaises(ValueError, self.cf.register_option,
55
'Oh my Goddess!',0)
0 commit comments