Skip to content

Commit

Permalink
fix - docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlambson committed Jun 30, 2024
1 parent 7a02f37 commit f2dd32a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/sftp/testcontainers/sftp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class SFTPUser:
* ``name``: (req.) username
* ``public_key``: (opt.) bytes of publickey
* ``private_key``: (opt.) bytes of privatekey (useful if you want to access
* ``private_key``: (opt.) bytes of privatekey (useful if you want to access \
them later in test code)
* ``password``: (opt.) password
* ``uid``: (opt.) user ID
Expand All @@ -44,9 +44,9 @@ class SFTPUser:
Properties:
* ``public_key_file``: str path of public key tempfile (gets mounted to
* ``public_key_file``: str path of public key tempfile (gets mounted to \
SFTPContainer as a volume)
* ``private_key_file``: str path of private key tempfile (useful to pass to
* ``private_key_file``: str path of private key tempfile (useful to pass to \
paramiko when connecting to the sftp server using ssh
Methods:
Expand Down

0 comments on commit f2dd32a

Please sign in to comment.