diff --git a/ortools/init/python/init.i b/ortools/init/python/init.i index e4aa32c8db..019a531170 100644 --- a/ortools/init/python/init.i +++ b/ortools/init/python/init.i @@ -10,9 +10,6 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -// -// TODO(user): test all the APIs that are currently marked as 'untested'. -//swiglint: disable full-signature %include "ortools/base/base.i" diff --git a/ortools/python/README.md b/ortools/python/README.md index 4629c362c0..b1914a044b 100644 --- a/ortools/python/README.md +++ b/ortools/python/README.md @@ -31,7 +31,8 @@ To Create a native dependent package which will contains two parts: * A bunch of native libraries for the supported platform targeted. * The Python code depending on it. -note: Since [Pypi.org](pypi.org) support multiple packages, we will simply upload one package per supported platform. +note: Since [Pypi.org](https://pypi.org/) support multiple packages, we will +simply upload one package per supported platform. ### Local Package