Mercurial > p > roundup > code
comparison roundup/configuration.py @ 7219:5c71b27aa68e
fix typo
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 06 Mar 2023 22:30:41 -0500 |
| parents | 2de72f75f2f8 |
| children | ab0ea9f03866 |
comparison
equal
deleted
inserted
replaced
| 7218:48b76dcbcb86 | 7219:5c71b27aa68e |
|---|---|
| 828 "the option.") | 828 "the option.") |
| 829 return value | 829 return value |
| 830 | 830 |
| 831 | 831 |
| 832 class SessiondbBackendOption(Option): | 832 class SessiondbBackendOption(Option): |
| 833 """Make sure that sessiondb is compatile with the primary db. | 833 """Make sure that sessiondb is compatible with the primary db. |
| 834 Fail with error and suggestions if they are incompatible. | 834 Fail with error and suggestions if they are incompatible. |
| 835 """ | 835 """ |
| 836 | 836 |
| 837 compatibility_matrix = [ | 837 compatibility_matrix = [ |
| 838 ('anydbm', 'anydbm'), | 838 ('anydbm', 'anydbm'), |
