Staging
v0.8.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
unicodedata.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Header Files">
      <UniqueIdentifier>{b939a8f1-ccd7-420a-974a-243606dccd74}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source Files">
      <UniqueIdentifier>{e2c055bb-ec62-4bbc-aa1c-d88da4d4ad1c}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="..\Modules\unicodedata_db.h">
      <Filter>Header Files</Filter>
    </ClInclude>
    <ClInclude Include="..\Modules\unicodename_db.h">
      <Filter>Header Files</Filter>
    </ClInclude>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\unicodedata.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top