From: Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 23 Oct 2019 11:45:09 +0000 (-0700) Subject: Spell Bitbucket correctly. (GH-16862) (GH-16899) X-Git-Tag: v3.7.6rc1~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e7eaf9ff03161d2d982a22307fb031e3c8a73c3;p=thirdparty%2FPython%2Fcpython.git Spell Bitbucket correctly. (GH-16862) (GH-16899) (cherry picked from commit d34ac305327420bd68f05e201b63d2a665b073f8) Co-authored-by: Peter Bittner --- diff --git a/Doc/distributing/index.rst b/Doc/distributing/index.rst index 2e46c7ac8635..5f7b3bbc4f91 100644 --- a/Doc/distributing/index.rst +++ b/Doc/distributing/index.rst @@ -40,7 +40,7 @@ Key terms evolution of the standard packaging tools and the associated metadata and file format standards. They maintain a variety of tools, documentation and issue trackers on both `GitHub `__ and - `BitBucket `__. + `Bitbucket `__. * :mod:`distutils` is the original build and distribution system first added to the Python standard library in 1998. While direct use of :mod:`distutils` is being phased out, it still laid the foundation for the current packaging @@ -148,7 +148,7 @@ These are quick answers or links for some common tasks. This isn't an easy topic, but here are a few tips: * check the Python Packaging Index to see if the name is already in use -* check popular hosting sites like GitHub, BitBucket, etc to see if there +* check popular hosting sites like GitHub, Bitbucket, etc to see if there is already a project with that name * check what comes up in a web search for the name you're considering * avoid particularly common words, especially ones with multiple meanings, diff --git a/Doc/installing/index.rst b/Doc/installing/index.rst index 8af828bb8a10..c1a9a1f0a58d 100644 --- a/Doc/installing/index.rst +++ b/Doc/installing/index.rst @@ -53,7 +53,7 @@ Key terms evolution of the standard packaging tools and the associated metadata and file format standards. They maintain a variety of tools, documentation, and issue trackers on both `GitHub `__ and - `BitBucket `__. + `Bitbucket `__. * ``distutils`` is the original build and distribution system first added to the Python standard library in 1998. While direct use of ``distutils`` is being phased out, it still laid the foundation for the current packaging