Extra slash in string representation.
Open
- Dominant language
- Python
- Stars
- 2.8k
- Forks
- 165
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
When I take a schemaless URL, and set a schema, the resulting string has an extra slash.
```python
furl('www.example.com').set(scheme='http').tostr()
```
`'http:///www.example.com'`
Is that by design? Can I get rid of it?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.