@@ -50,9 +50,9 @@ You'll have to create a development environment using a Git checkout:
5050 # Configure remotes such that you can pull changes from the googleapis/google-auth-library-python-oauthlib
5151 # repository into your local repository.
5252 $ git remote add upstream [email protected] :googleapis/google-auth-library-python-oauthlib.git 53- # fetch and merge changes from upstream into master
53+ # fetch and merge changes from upstream into main
5454 $ git fetch upstream
55- $ git merge upstream/master
55+ $ git merge upstream/main
5656
5757Now your local repo is set up such that you will push changes to your GitHub
5858repo, from which you can submit a pull request.
@@ -110,12 +110,12 @@ Coding Style
110110 variables::
111111
112112 export GOOGLE_CLOUD_TESTING_REMOTE="upstream"
113- export GOOGLE_CLOUD_TESTING_BRANCH="master "
113+ export GOOGLE_CLOUD_TESTING_BRANCH="main "
114114
115115 By doing this, you are specifying the location of the most up-to-date
116116 version of ``google-auth-library-python-oauthlib ``. The the suggested remote name ``upstream ``
117117 should point to the official ``googleapis `` checkout and the
118- the branch should be the main branch on that remote (``master ``).
118+ the branch should be the main branch on that remote (``main ``).
119119
120120- This repository contains configuration for the
121121 `pre-commit <https://pre-commit.com/ >`__ tool, which automates checking
@@ -209,7 +209,7 @@ The `description on PyPI`_ for the project comes directly from the
209209``README ``. Due to the reStructuredText (``rst ``) parser used by
210210PyPI, relative links which will work on GitHub (e.g. ``CONTRIBUTING.rst ``
211211instead of
212- ``https://github.com/googleapis/google-auth-library-python-oauthlib/blob/master /CONTRIBUTING.rst ``)
212+ ``https://github.com/googleapis/google-auth-library-python-oauthlib/blob/main /CONTRIBUTING.rst ``)
213213may cause problems creating links or rendering the description.
214214
215215.. _description on PyPI : https://pypi.org/project/google-auth-oauthlib
@@ -234,7 +234,7 @@ We support:
234234
235235Supported versions can be found in our ``noxfile.py `` `config `_.
236236
237- .. _config : https://github.com/googleapis/google-auth-library-python-oauthlib/blob/master /noxfile.py
237+ .. _config : https://github.com/googleapis/google-auth-library-python-oauthlib/blob/main /noxfile.py
238238
239239
240240We also explicitly decided to support Python 3 beginning with version 3.6.
0 commit comments