pacparser 1.4.2.dev22__tar.gz → 1.4.3.dev4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pacparser
3
- Version: 1.4.2.dev22
3
+ Version: 1.4.3.dev4
4
4
  Summary: Pacparser package
5
5
  Home-page: https://github.com/manugarg/pacparser
6
6
  Author: Manu Garg
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pacparser
3
- Version: 1.4.2.dev22
3
+ Version: 1.4.3.dev4
4
4
  Summary: Pacparser package
5
5
  Home-page: https://github.com/manugarg/pacparser
6
6
  Author: Manu Garg
@@ -68,7 +68,7 @@ py_pacparser_init(PyObject *self, PyObject *args)
68
68
 
69
69
  // Parses the PAC script string.
70
70
  //
71
- // Evaulates the PAC script string in the JavaScript context created by
71
+ // Evaluates the PAC script string in the JavaScript context created by
72
72
  // pacparser_init.
73
73
  static PyObject * // 0 (=Failure) or 1 (=Success)
74
74
  py_pacparser_parse_pac_string(PyObject *self, PyObject *args)
File without changes