Staging
v0.5.1
https://github.com/python/cpython
Revision ba666747af83aa465ffa8b55efbbb7f992647e12 authored by Miss Skeleton (bot) on 21 October 2020, 20:33:12 UTC, committed by GitHub on 21 October 2020, 20:33:12 UTC


While translating the following document to Spanish we found there is a grammar issue on the original documentation.
(cherry picked from commit caff2934f46510920a6169e192707d59e9c55f6b)


Co-authored-by: Raúl Cumplido <raulcumplido@gmail.com>
1 parent 89fac4c
Raw File
Tip revision: ba666747af83aa465ffa8b55efbbb7f992647e12 authored by Miss Skeleton (bot) on 21 October 2020, 20:33:12 UTC
[3.8] bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) (GH-22866)
Tip revision: ba66674
_tkinter.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{b9ce64dd-cb95-472d-bbe8-5583b2cd375b}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_tkinter.c">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="..\Modules\tkappinit.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top