Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteb53329

Browse files
Fixed two minor typos.
1 parente898005 commiteb53329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎git/repo/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ class Repo(object):
5656
5757
The following attributes are worth using:
5858
59-
'working_dir' is the working directory of the git command,wich is the working tree
59+
'working_dir' is the working directory of the git command,which is the working tree
6060
directory if available or the .git directory in case of bare repositories
6161
6262
'working_tree_dir' is the working tree directory, but will raise AssertionError
6363
if we are a bare repository.
6464
65-
'git_dir' is the .git repositorydirectoy, which is always set."""
65+
'git_dir' is the .git repositorydirectory, which is always set."""
6666
DAEMON_EXPORT_FILE='git-daemon-export-ok'
6767
__slots__= ("working_dir","_working_tree_dir","git_dir","_bare","git","odb" )
6868

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp